#afdfe4
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 223, 228
HSL
186°, 50%, 79%
CMYK
23, 2, 0, 11
Luminance
0.6749
Every format
| HEX | #afdfe4 |
| RGB | rgb(175, 223, 228) |
| HSL | hsl(186, 50%, 79%) |
| CMYK | cmyk(23%, 2%, 0%, 11%) |
| LAB | lab(85.8 -14.3 -7.5) |
| LCH | lch(85.8 16.2 207.7) |
| OKLCH | oklch(0.872 0.050 204.2) |
Copy-ready code
/* CSS */
color: #afdfe4;
background-color: #afdfe4;
/* Tailwind (arbitrary) */
class="text-[#afdfe4] bg-[#afdfe4]"
/* SCSS */
$brand: #afdfe4;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#afdfe4")Accessibility — WCAG contrast
Aa
#afdfe4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfe4 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue89.4%
CMYK percentages
Cyan23.2%
Magenta2.2%
Yellow0.0%
Key (black)10.6%
Color previews
#afdfe4 text on a black background
contrast 14.50:1
Card sample
#afdfe4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfe4;
Background color
Panel with #afdfe4 background
background-color: #afdfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfe4; background: linear-gradient(135deg, #afdfe4, #AFBCE4);