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