What is the HEX code for periwinkle blue?
The CSS color periwinkle blue in HEX format is #8f99fb. Use this value directly in CSS, SVG, and most design tools.
How do I use periwinkle blue in CSS?
To apply periwinkle blue in CSS:
- Text color: color: #8f99fb;
- Background: background-color: #8f99fb;
- Border: border-color: #8f99fb;
What are all the color format values for periwinkle blue?
| Format | Value |
|---|---|
| HEX | #8f99fb |
| RGB | rgb(143, 153, 251) |
| HSL | hsl(234.4, 93.1%, 77.3%) |
| CMYK | cmyk(43%, 39%, 0%, 1.6%) |
How do I convert periwinkle blue to HEX?
Select periwinkle blue from the color name list in our color converter. The HEX value — #8f99fb — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does periwinkle blue belong to?
periwinkle blue belongs to the blue color family. It is a light, vivid color with HSL values: hue 234.4°, saturation 93.1%, lightness 77.3%.
How do I create lighter and darker shades of periwinkle blue?
Lighter variant (lightness 92.3%): #d9dcfe. Darker variant (lightness 62.3%): #4556f8. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.