#afe4db
a light, vivid cyan · cool · closest name: silver
RGB
175, 228, 219
HSL
170°, 50%, 79%
CMYK
23, 0, 4, 11
Luminance
0.6972
Every format
| HEX | #afe4db |
| RGB | rgb(175, 228, 219) |
| HSL | hsl(170, 50%, 79%) |
| CMYK | cmyk(23%, 0%, 4%, 11%) |
| LAB | lab(86.9 -18.8 -1.1) |
| LCH | lch(86.9 18.8 183.5) |
| OKLCH | oklch(0.880 0.056 183.5) |
Copy-ready code
/* CSS */
color: #afe4db;
background-color: #afe4db;
/* Tailwind (arbitrary) */
class="text-[#afe4db] bg-[#afe4db]"
/* SCSS */
$brand: #afe4db;
/* SwiftUI */
Color(red: 0.686, green: 0.894, blue: 0.859)
/* Android */
Color.parseColor("#afe4db")Accessibility — WCAG contrast
Aa
#afe4db on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe4db on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.4%
Blue85.9%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow3.9%
Key (black)10.6%
Color previews
#afe4db text on a black background
contrast 14.94:1
Card sample
#afe4db text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe4db;
Background color
Panel with #afe4db background
background-color: #afe4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 228, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 228, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe4db; background: linear-gradient(135deg, #afe4db, #AFCAE4);