#afd2fe
a light, electric blue · cool · closest name: skyblue
RGB
175, 210, 254
HSL
213°, 98%, 84%
CMYK
31, 17, 0, 0
Luminance
0.6236
Every format
| HEX | #afd2fe |
| RGB | rgb(175, 210, 254) |
| HSL | hsl(213, 98%, 84%) |
| CMYK | cmyk(31%, 17%, 0%, 0%) |
| LAB | lab(83.1 -1.6 -25.3) |
| LCH | lch(83.1 25.3 266.4) |
| OKLCH | oklch(0.854 0.072 254.3) |
Copy-ready code
/* CSS */
color: #afd2fe;
background-color: #afd2fe;
/* Tailwind (arbitrary) */
class="text-[#afd2fe] bg-[#afd2fe]"
/* SCSS */
$brand: #afd2fe;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.996)
/* Android */
Color.parseColor("#afd2fe")Accessibility — WCAG contrast
Aa
#afd2fe on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2fe on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta17.3%
Yellow0.0%
Key (black)0.4%
Color previews
#afd2fe text on a black background
contrast 13.47:1
Card sample
#afd2fe text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2fe;
Background color
Panel with #afd2fe background
background-color: #afd2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2fe; background: linear-gradient(135deg, #afd2fe, #C1AFFE);