#9acccf
a light, soft cyan · cool · closest name: skyblue
RGB
154, 204, 207
HSL
183°, 36%, 71%
CMYK
26, 1, 0, 19
Luminance
0.5456
Every format
| HEX | #9acccf |
| RGB | rgb(154, 204, 207) |
| HSL | hsl(183, 36%, 71%) |
| CMYK | cmyk(26%, 1%, 0%, 19%) |
| LAB | lab(78.8 -15.5 -6.8) |
| LCH | lch(78.8 16.9 203.7) |
| OKLCH | oklch(0.811 0.052 200.8) |
Copy-ready code
/* CSS */
color: #9acccf;
background-color: #9acccf;
/* Tailwind (arbitrary) */
class="text-[#9acccf] bg-[#9acccf]"
/* SCSS */
$brand: #9acccf;
/* SwiftUI */
Color(red: 0.604, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#9acccf")Accessibility — WCAG contrast
Aa
#9acccf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acccf on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.0%
Blue81.2%
CMYK percentages
Cyan25.6%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#9acccf text on a black background
contrast 11.91:1
Card sample
#9acccf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acccf;
Background color
Panel with #9acccf background
background-color: #9acccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acccf; background: linear-gradient(135deg, #9acccf, #9AA9CF);