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