#9cacef
a light, vivid blue · warm · closest name: steelblue
RGB
156, 172, 239
HSL
228°, 72%, 78%
CMYK
35, 28, 0, 6
Luminance
0.4280
Every format
| HEX | #9cacef |
| RGB | rgb(156, 172, 239) |
| HSL | hsl(228, 72%, 78%) |
| CMYK | cmyk(35%, 28%, 0%, 6%) |
| LAB | lab(71.4 10.1 -35.3) |
| LCH | lch(71.4 36.7 286.0) |
| OKLCH | oklch(0.757 0.098 273.5) |
Copy-ready code
/* CSS */
color: #9cacef;
background-color: #9cacef;
/* Tailwind (arbitrary) */
class="text-[#9cacef] bg-[#9cacef]"
/* SCSS */
$brand: #9cacef;
/* SwiftUI */
Color(red: 0.612, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#9cacef")Accessibility — WCAG contrast
Aa
#9cacef on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cacef on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green67.5%
Blue93.7%
CMYK percentages
Cyan34.7%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#9cacef text on a black background
contrast 9.56:1
Card sample
#9cacef text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cacef;
Background color
Panel with #9cacef background
background-color: #9cacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cacef; background: linear-gradient(135deg, #9cacef, #C39CEF);