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