#afdef1
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 222, 241
HSL
197°, 70%, 82%
CMYK
27, 8, 0, 6
Luminance
0.6771
Every format
| HEX | #afdef1 |
| RGB | rgb(175, 222, 241) |
| HSL | hsl(197, 70%, 82%) |
| CMYK | cmyk(27%, 8%, 0%, 6%) |
| LAB | lab(85.9 -10.9 -14.2) |
| LCH | lch(85.9 17.9 232.5) |
| OKLCH | oklch(0.874 0.055 224.5) |
Copy-ready code
/* CSS */
color: #afdef1;
background-color: #afdef1;
/* Tailwind (arbitrary) */
class="text-[#afdef1] bg-[#afdef1]"
/* SCSS */
$brand: #afdef1;
/* SwiftUI */
Color(red: 0.686, green: 0.871, blue: 0.945)
/* Android */
Color.parseColor("#afdef1")Accessibility — WCAG contrast
Aa
#afdef1 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdef1 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.1%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta7.9%
Yellow0.0%
Key (black)5.5%
Color previews
#afdef1 text on a black background
contrast 14.54:1
Card sample
#afdef1 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdef1;
Background color
Panel with #afdef1 background
background-color: #afdef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 222, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 222, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdef1; background: linear-gradient(135deg, #afdef1, #AFB2F1);