#afd1e2
a light, vivid blue · cool · closest name: skyblue
RGB
175, 209, 226
HSL
200°, 47%, 79%
CMYK
23, 8, 0, 11
Luminance
0.6021
Every format
| HEX | #afd1e2 |
| RGB | rgb(175, 209, 226) |
| HSL | hsl(200, 47%, 79%) |
| CMYK | cmyk(23%, 8%, 0%, 11%) |
| LAB | lab(82.0 -7.6 -12.1) |
| LCH | lch(82.0 14.3 238.0) |
| OKLCH | oklch(0.841 0.043 229.5) |
Copy-ready code
/* CSS */
color: #afd1e2;
background-color: #afd1e2;
/* Tailwind (arbitrary) */
class="text-[#afd1e2] bg-[#afd1e2]"
/* SCSS */
$brand: #afd1e2;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.886)
/* Android */
Color.parseColor("#afd1e2")Accessibility — WCAG contrast
Aa
#afd1e2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd1e2 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta7.5%
Yellow0.0%
Key (black)11.4%
Color previews
#afd1e2 text on a black background
contrast 13.04:1
Card sample
#afd1e2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd1e2;
Background color
Panel with #afd1e2 background
background-color: #afd1e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd1e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd1e2; background: linear-gradient(135deg, #afd1e2, #AFAFE2);