#a8e2db
a light, vivid cyan · cool · closest name: skyblue
RGB
168, 226, 219
HSL
173°, 50%, 77%
CMYK
26, 0, 3, 11
Luminance
0.6783
Every format
| HEX | #a8e2db |
| RGB | rgb(168, 226, 219) |
| HSL | hsl(173, 50%, 77%) |
| CMYK | cmyk(26%, 0%, 3%, 11%) |
| LAB | lab(85.9 -19.8 -2.6) |
| LCH | lch(85.9 20.0 187.4) |
| OKLCH | oklch(0.871 0.060 186.9) |
Copy-ready code
/* CSS */
color: #a8e2db;
background-color: #a8e2db;
/* Tailwind (arbitrary) */
class="text-[#a8e2db] bg-[#a8e2db]"
/* SCSS */
$brand: #a8e2db;
/* SwiftUI */
Color(red: 0.659, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#a8e2db")Accessibility — WCAG contrast
Aa
#a8e2db on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8e2db on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green88.6%
Blue85.9%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow3.1%
Key (black)11.4%
Color previews
#a8e2db text on a black background
contrast 14.57:1
Card sample
#a8e2db text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8e2db;
Background color
Panel with #a8e2db background
background-color: #a8e2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8e2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8e2db; background: linear-gradient(135deg, #a8e2db, #A8C2E2);