#afd4ec
a light, vivid blue · cool · closest name: skyblue
RGB
175, 212, 236
HSL
204°, 62%, 81%
CMYK
26, 10, 0, 8
Luminance
0.6226
Every format
| HEX | #afd4ec |
| RGB | rgb(175, 212, 236) |
| HSL | hsl(204, 62%, 81%) |
| CMYK | cmyk(26%, 10%, 0%, 8%) |
| LAB | lab(83.0 -6.9 -15.8) |
| LCH | lch(83.0 17.2 246.5) |
| OKLCH | oklch(0.851 0.052 236.7) |
Copy-ready code
/* CSS */
color: #afd4ec;
background-color: #afd4ec;
/* Tailwind (arbitrary) */
class="text-[#afd4ec] bg-[#afd4ec]"
/* SCSS */
$brand: #afd4ec;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.925)
/* Android */
Color.parseColor("#afd4ec")Accessibility — WCAG contrast
Aa
#afd4ec on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4ec on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta10.2%
Yellow0.0%
Key (black)7.5%
Color previews
#afd4ec text on a black background
contrast 13.45:1
Card sample
#afd4ec text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4ec;
Background color
Panel with #afd4ec background
background-color: #afd4ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4ec; background: linear-gradient(135deg, #afd4ec, #B3AFEC);