#afdbfe
a light, electric blue · cool · closest name: skyblue
RGB
175, 219, 254
HSL
207°, 98%, 84%
CMYK
31, 14, 0, 0
Luminance
0.6693
Every format
| HEX | #afdbfe |
| RGB | rgb(175, 219, 254) |
| HSL | hsl(207, 98%, 84%) |
| CMYK | cmyk(31%, 14%, 0%, 0%) |
| LAB | lab(85.5 -6.3 -21.7) |
| LCH | lch(85.5 22.6 253.7) |
| OKLCH | oklch(0.872 0.067 242.5) |
Copy-ready code
/* CSS */
color: #afdbfe;
background-color: #afdbfe;
/* Tailwind (arbitrary) */
class="text-[#afdbfe] bg-[#afdbfe]"
/* SCSS */
$brand: #afdbfe;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#afdbfe")Accessibility — WCAG contrast
Aa
#afdbfe on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbfe on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#afdbfe text on a black background
contrast 14.39:1
Card sample
#afdbfe text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbfe;
Background color
Panel with #afdbfe background
background-color: #afdbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbfe; background: linear-gradient(135deg, #afdbfe, #B8AFFE);