#afd4fe
a light, electric blue · cool · closest name: skyblue
RGB
175, 212, 254
HSL
212°, 98%, 84%
CMYK
31, 17, 0, 0
Luminance
0.6336
Every format
| HEX | #afd4fe |
| RGB | rgb(175, 212, 254) |
| HSL | hsl(212, 98%, 84%) |
| CMYK | cmyk(31%, 17%, 0%, 0%) |
| LAB | lab(83.6 -2.6 -24.5) |
| LCH | lch(83.6 24.6 263.8) |
| OKLCH | oklch(0.858 0.071 251.9) |
Copy-ready code
/* CSS */
color: #afd4fe;
background-color: #afd4fe;
/* Tailwind (arbitrary) */
class="text-[#afd4fe] bg-[#afd4fe]"
/* SCSS */
$brand: #afd4fe;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.996)
/* Android */
Color.parseColor("#afd4fe")Accessibility — WCAG contrast
Aa
#afd4fe on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4fe on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta16.5%
Yellow0.0%
Key (black)0.4%
Color previews
#afd4fe text on a black background
contrast 13.67:1
Card sample
#afd4fe text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4fe;
Background color
Panel with #afd4fe background
background-color: #afd4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4fe; background: linear-gradient(135deg, #afd4fe, #BFAFFE);