#9ac9df
a light, vivid cyan · cool · closest name: skyblue
RGB
154, 201, 223
HSL
199°, 52%, 74%
CMYK
31, 10, 0, 13
Luminance
0.5397
Every format
| HEX | #9ac9df |
| RGB | rgb(154, 201, 223) |
| HSL | hsl(199, 52%, 74%) |
| CMYK | cmyk(31%, 10%, 0%, 13%) |
| LAB | lab(78.4 -10.2 -15.9) |
| LCH | lch(78.4 18.9 237.3) |
| OKLCH | oklch(0.810 0.058 228.3) |
Copy-ready code
/* CSS */
color: #9ac9df;
background-color: #9ac9df;
/* Tailwind (arbitrary) */
class="text-[#9ac9df] bg-[#9ac9df]"
/* SCSS */
$brand: #9ac9df;
/* SwiftUI */
Color(red: 0.604, green: 0.788, blue: 0.875)
/* Android */
Color.parseColor("#9ac9df")Accessibility — WCAG contrast
Aa
#9ac9df on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac9df on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green78.8%
Blue87.5%
CMYK percentages
Cyan30.9%
Magenta9.9%
Yellow0.0%
Key (black)12.5%
Color previews
#9ac9df text on a black background
contrast 11.79:1
Card sample
#9ac9df text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac9df;
Background color
Panel with #9ac9df background
background-color: #9ac9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 201, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 201, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac9df; background: linear-gradient(135deg, #9ac9df, #9A9BDF);