#afd2e6
a light, vivid blue · cool · closest name: skyblue
RGB
175, 210, 230
HSL
202°, 52%, 79%
CMYK
24, 9, 0, 10
Luminance
0.6092
Every format
| HEX | #afd2e6 |
| RGB | rgb(175, 210, 230) |
| HSL | hsl(202, 52%, 79%) |
| CMYK | cmyk(24%, 9%, 0%, 10%) |
| LAB | lab(82.3 -7.2 -13.7) |
| LCH | lch(82.3 15.4 242.3) |
| OKLCH | oklch(0.845 0.046 233.1) |
Copy-ready code
/* CSS */
color: #afd2e6;
background-color: #afd2e6;
/* Tailwind (arbitrary) */
class="text-[#afd2e6] bg-[#afd2e6]"
/* SCSS */
$brand: #afd2e6;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.902)
/* Android */
Color.parseColor("#afd2e6")Accessibility — WCAG contrast
Aa
#afd2e6 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2e6 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue90.2%
CMYK percentages
Cyan23.9%
Magenta8.7%
Yellow0.0%
Key (black)9.8%
Color previews
#afd2e6 text on a black background
contrast 13.18:1
Card sample
#afd2e6 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2e6;
Background color
Panel with #afd2e6 background
background-color: #afd2e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2e6; background: linear-gradient(135deg, #afd2e6, #B1AFE6);