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