#afeefb
a light, electric cyan · cool · closest name: skyblue
RGB
175, 238, 251
HSL
190°, 91%, 84%
CMYK
30, 5, 0, 2
Luminance
0.7723
Every format
| HEX | #afeefb |
| RGB | rgb(175, 238, 251) |
| HSL | hsl(190, 91%, 84%) |
| CMYK | cmyk(30%, 5%, 0%, 2%) |
| LAB | lab(90.4 -16.7 -12.7) |
| LCH | lch(90.4 21.0 217.1) |
| OKLCH | oklch(0.911 0.066 211.8) |
Copy-ready code
/* CSS */
color: #afeefb;
background-color: #afeefb;
/* Tailwind (arbitrary) */
class="text-[#afeefb] bg-[#afeefb]"
/* SCSS */
$brand: #afeefb;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.984)
/* Android */
Color.parseColor("#afeefb")Accessibility — WCAG contrast
Aa
#afeefb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeefb on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta5.2%
Yellow0.0%
Key (black)1.6%
Color previews
#afeefb text on a black background
contrast 16.45:1
Card sample
#afeefb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeefb;
Background color
Panel with #afeefb background
background-color: #afeefb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeefb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeefb; background: linear-gradient(135deg, #afeefb, #AFBBFB);