What is the HEX code for soft blue?
The CSS color soft blue in HEX format is #6488ea. Use this value directly in CSS, SVG, and most design tools.
How do I use soft blue in CSS?
To apply soft blue in CSS:
- Text color: color: #6488ea;
- Background: background-color: #6488ea;
- Border: border-color: #6488ea;
What are all the color format values for soft blue?
| Format | Value |
|---|---|
| HEX | #6488ea |
| RGB | rgb(100, 136, 234) |
| HSL | hsl(223.9, 76.1%, 65.5%) |
| CMYK | cmyk(57.3%, 41.9%, 0%, 8.2%) |
How do I convert soft blue to HEX?
Select soft blue from the color name list in our color converter. The HEX value — #6488ea — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does soft blue belong to?
soft blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 223.9°, saturation 76.1%, lightness 65.5%.
How do I create lighter and darker shades of soft blue?
Lighter variant (lightness 80.5%): #a7bcf3. Darker variant (lightness 50.5%): #2154e1. 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.