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