#9ac9da
a light, vivid cyan · cool · closest name: skyblue
RGB
154, 201, 218
HSL
196°, 46%, 73%
CMYK
29, 8, 0, 15
Luminance
0.5371
Every format
| HEX | #9ac9da |
| RGB | rgb(154, 201, 218) |
| HSL | hsl(196, 46%, 73%) |
| CMYK | cmyk(29%, 8%, 0%, 15%) |
| LAB | lab(78.3 -11.4 -13.4) |
| LCH | lch(78.3 17.6 229.7) |
| OKLCH | oklch(0.808 0.055 222.1) |
Copy-ready code
/* CSS */
color: #9ac9da;
background-color: #9ac9da;
/* Tailwind (arbitrary) */
class="text-[#9ac9da] bg-[#9ac9da]"
/* SCSS */
$brand: #9ac9da;
/* SwiftUI */
Color(red: 0.604, green: 0.788, blue: 0.855)
/* Android */
Color.parseColor("#9ac9da")Accessibility — WCAG contrast
Aa
#9ac9da on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac9da on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green78.8%
Blue85.5%
CMYK percentages
Cyan29.4%
Magenta7.8%
Yellow0.0%
Key (black)14.5%
Color previews
#9ac9da text on a black background
contrast 11.74:1
Card sample
#9ac9da text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac9da;
Background color
Panel with #9ac9da background
background-color: #9ac9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 201, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 201, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac9da; background: linear-gradient(135deg, #9ac9da, #9A9EDA);