#afd2e4
a light, vivid blue · cool · closest name: skyblue
RGB
175, 210, 228
HSL
200°, 50%, 79%
CMYK
23, 8, 0, 11
Luminance
0.6081
Every format
| HEX | #afd2e4 |
| RGB | rgb(175, 210, 228) |
| HSL | hsl(200, 50%, 79%) |
| CMYK | cmyk(23%, 8%, 0%, 11%) |
| LAB | lab(82.3 -7.6 -12.7) |
| LCH | lch(82.3 14.8 239.0) |
| OKLCH | oklch(0.844 0.045 230.3) |
Copy-ready code
/* CSS */
color: #afd2e4;
background-color: #afd2e4;
/* Tailwind (arbitrary) */
class="text-[#afd2e4] bg-[#afd2e4]"
/* SCSS */
$brand: #afd2e4;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.894)
/* Android */
Color.parseColor("#afd2e4")Accessibility — WCAG contrast
Aa
#afd2e4 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2e4 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue89.4%
CMYK percentages
Cyan23.2%
Magenta7.9%
Yellow0.0%
Key (black)10.6%
Color previews
#afd2e4 text on a black background
contrast 13.16:1
Card sample
#afd2e4 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2e4;
Background color
Panel with #afd2e4 background
background-color: #afd2e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2e4; background: linear-gradient(135deg, #afd2e4, #AFAFE4);