#afdbfa
a light, electric blue · cool · closest name: skyblue
RGB
175, 219, 250
HSL
205°, 88%, 83%
CMYK
30, 12, 0, 2
Luminance
0.6668
Every format
| HEX | #afdbfa |
| RGB | rgb(175, 219, 250) |
| HSL | hsl(205, 88%, 83%) |
| CMYK | cmyk(30%, 12%, 0%, 2%) |
| LAB | lab(85.3 -7.3 -19.8) |
| LCH | lch(85.3 21.1 249.8) |
| OKLCH | oklch(0.871 0.063 239.1) |
Copy-ready code
/* CSS */
color: #afdbfa;
background-color: #afdbfa;
/* Tailwind (arbitrary) */
class="text-[#afdbfa] bg-[#afdbfa]"
/* SCSS */
$brand: #afdbfa;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.980)
/* Android */
Color.parseColor("#afdbfa")Accessibility — WCAG contrast
Aa
#afdbfa on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbfa on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue98.0%
CMYK percentages
Cyan30.0%
Magenta12.4%
Yellow0.0%
Key (black)2.0%
Color previews
#afdbfa text on a black background
contrast 14.34:1
Card sample
#afdbfa text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbfa;
Background color
Panel with #afdbfa background
background-color: #afdbfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbfa; background: linear-gradient(135deg, #afdbfa, #B5AFFA);