#a9cfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
169, 207, 223
HSL
198°, 46%, 77%
CMYK
24, 7, 0, 13
Luminance
0.5839
Every format
| HEX | #a9cfdf |
| RGB | rgb(169, 207, 223) |
| HSL | hsl(198, 46%, 77%) |
| CMYK | cmyk(24%, 7%, 0%, 13%) |
| LAB | lab(81.0 -9.0 -12.0) |
| LCH | lch(81.0 15.0 233.3) |
| OKLCH | oklch(0.832 0.046 225.4) |
Copy-ready code
/* CSS */
color: #a9cfdf;
background-color: #a9cfdf;
/* Tailwind (arbitrary) */
class="text-[#a9cfdf] bg-[#a9cfdf]"
/* SCSS */
$brand: #a9cfdf;
/* SwiftUI */
Color(red: 0.663, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#a9cfdf")Accessibility — WCAG contrast
Aa
#a9cfdf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9cfdf on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green81.2%
Blue87.5%
CMYK percentages
Cyan24.2%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#a9cfdf text on a black background
contrast 12.68:1
Card sample
#a9cfdf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9cfdf;
Background color
Panel with #a9cfdf background
background-color: #a9cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9cfdf; background: linear-gradient(135deg, #a9cfdf, #A9ABDF);