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