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