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