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