#afdfe0
a light, soft cyan · cool · closest name: skyblue
RGB
175, 223, 224
HSL
181°, 44%, 78%
CMYK
22, 0, 0, 12
Luminance
0.6727
Every format
| HEX | #afdfe0 |
| RGB | rgb(175, 223, 224) |
| HSL | hsl(181, 44%, 78%) |
| CMYK | cmyk(22%, 0%, 0%, 12%) |
| LAB | lab(85.6 -15.2 -5.6) |
| LCH | lch(85.6 16.2 200.2) |
| OKLCH | oklch(0.871 0.050 197.9) |
Copy-ready code
/* CSS */
color: #afdfe0;
background-color: #afdfe0;
/* Tailwind (arbitrary) */
class="text-[#afdfe0] bg-[#afdfe0]"
/* SCSS */
$brand: #afdfe0;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.878)
/* Android */
Color.parseColor("#afdfe0")Accessibility — WCAG contrast
Aa
#afdfe0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfe0 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue87.8%
CMYK percentages
Cyan21.9%
Magenta0.4%
Yellow0.0%
Key (black)12.2%
Color previews
#afdfe0 text on a black background
contrast 14.45:1
Card sample
#afdfe0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfe0;
Background color
Panel with #afdfe0 background
background-color: #afdfe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfe0; background: linear-gradient(135deg, #afdfe0, #AFBEE0);