#afd4e9
a light, vivid blue · cool · closest name: skyblue
RGB
175, 212, 233
HSL
202°, 57%, 80%
CMYK
25, 9, 0, 9
Luminance
0.6208
Every format
| HEX | #afd4e9 |
| RGB | rgb(175, 212, 233) |
| HSL | hsl(202, 57%, 80%) |
| CMYK | cmyk(25%, 9%, 0%, 9%) |
| LAB | lab(83.0 -7.6 -14.3) |
| LCH | lch(83.0 16.2 242.2) |
| OKLCH | oklch(0.850 0.049 233.0) |
Copy-ready code
/* CSS */
color: #afd4e9;
background-color: #afd4e9;
/* Tailwind (arbitrary) */
class="text-[#afd4e9] bg-[#afd4e9]"
/* SCSS */
$brand: #afd4e9;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.914)
/* Android */
Color.parseColor("#afd4e9")Accessibility — WCAG contrast
Aa
#afd4e9 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4e9 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta9.0%
Yellow0.0%
Key (black)8.6%
Color previews
#afd4e9 text on a black background
contrast 13.42:1
Card sample
#afd4e9 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4e9;
Background color
Panel with #afd4e9 background
background-color: #afd4e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4e9; background: linear-gradient(135deg, #afd4e9, #B1AFE9);