#9acfe6
a light, vivid cyan · cool · closest name: skyblue
RGB
154, 207, 230
HSL
198°, 60%, 75%
CMYK
33, 10, 0, 10
Luminance
0.5721
Every format
| HEX | #9acfe6 |
| RGB | rgb(154, 207, 230) |
| HSL | hsl(198, 60%, 75%) |
| CMYK | cmyk(33%, 10%, 0%, 10%) |
| LAB | lab(80.3 -11.7 -16.9) |
| LCH | lch(80.3 20.5 235.3) |
| OKLCH | oklch(0.826 0.064 226.6) |
Copy-ready code
/* CSS */
color: #9acfe6;
background-color: #9acfe6;
/* Tailwind (arbitrary) */
class="text-[#9acfe6] bg-[#9acfe6]"
/* SCSS */
$brand: #9acfe6;
/* SwiftUI */
Color(red: 0.604, green: 0.812, blue: 0.902)
/* Android */
Color.parseColor("#9acfe6")Accessibility — WCAG contrast
Aa
#9acfe6 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acfe6 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green81.2%
Blue90.2%
CMYK percentages
Cyan33.0%
Magenta10.0%
Yellow0.0%
Key (black)9.8%
Color previews
#9acfe6 text on a black background
contrast 12.44:1
Card sample
#9acfe6 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acfe6;
Background color
Panel with #9acfe6 background
background-color: #9acfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 207, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 207, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acfe6; background: linear-gradient(135deg, #9acfe6, #9A9CE6);