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