#a6e2db
a light, vivid cyan · cool · closest name: skyblue
RGB
166, 226, 219
HSL
173°, 51%, 77%
CMYK
27, 0, 3, 11
Luminance
0.6761
Every format
| HEX | #a6e2db |
| RGB | rgb(166, 226, 219) |
| HSL | hsl(173, 51%, 77%) |
| CMYK | cmyk(27%, 0%, 3%, 11%) |
| LAB | lab(85.8 -20.4 -2.7) |
| LCH | lch(85.8 20.6 187.6) |
| OKLCH | oklch(0.870 0.062 187.1) |
Copy-ready code
/* CSS */
color: #a6e2db;
background-color: #a6e2db;
/* Tailwind (arbitrary) */
class="text-[#a6e2db] bg-[#a6e2db]"
/* SCSS */
$brand: #a6e2db;
/* SwiftUI */
Color(red: 0.651, green: 0.886, blue: 0.859)
/* Android */
Color.parseColor("#a6e2db")Accessibility — WCAG contrast
Aa
#a6e2db on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6e2db on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green88.6%
Blue85.9%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow3.1%
Key (black)11.4%
Color previews
#a6e2db text on a black background
contrast 14.52:1
Card sample
#a6e2db text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6e2db;
Background color
Panel with #a6e2db background
background-color: #a6e2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6e2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 226, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 226, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6e2db; background: linear-gradient(135deg, #a6e2db, #A6C1E2);