#afdef4
a light, electric cyan · cool · closest name: skyblue
RGB
175, 222, 244
HSL
199°, 76%, 82%
CMYK
28, 9, 0, 4
Luminance
0.6789
Every format
| HEX | #afdef4 |
| RGB | rgb(175, 222, 244) |
| HSL | hsl(199, 76%, 82%) |
| CMYK | cmyk(28%, 9%, 0%, 4%) |
| LAB | lab(86.0 -10.2 -15.7) |
| LCH | lch(86.0 18.7 236.9) |
| OKLCH | oklch(0.875 0.057 228.2) |
Copy-ready code
/* CSS */
color: #afdef4;
background-color: #afdef4;
/* Tailwind (arbitrary) */
class="text-[#afdef4] bg-[#afdef4]"
/* SCSS */
$brand: #afdef4;
/* SwiftUI */
Color(red: 0.686, green: 0.871, blue: 0.957)
/* Android */
Color.parseColor("#afdef4")Accessibility — WCAG contrast
Aa
#afdef4 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdef4 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.1%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta9.0%
Yellow0.0%
Key (black)4.3%
Color previews
#afdef4 text on a black background
contrast 14.58:1
Card sample
#afdef4 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdef4;
Background color
Panel with #afdef4 background
background-color: #afdef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 222, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 222, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdef4; background: linear-gradient(135deg, #afdef4, #AFB0F4);