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