#afeafb
a light, electric cyan · cool · closest name: skyblue
RGB
175, 234, 251
HSL
193°, 91%, 84%
CMYK
30, 7, 0, 2
Luminance
0.7492
Every format
| HEX | #afeafb |
| RGB | rgb(175, 234, 251) |
| HSL | hsl(193, 91%, 84%) |
| CMYK | cmyk(30%, 7%, 0%, 2%) |
| LAB | lab(89.4 -14.7 -14.2) |
| LCH | lch(89.4 20.5 224.1) |
| OKLCH | oklch(0.902 0.064 217.5) |
Copy-ready code
/* CSS */
color: #afeafb;
background-color: #afeafb;
/* Tailwind (arbitrary) */
class="text-[#afeafb] bg-[#afeafb]"
/* SCSS */
$brand: #afeafb;
/* SwiftUI */
Color(red: 0.686, green: 0.918, blue: 0.984)
/* Android */
Color.parseColor("#afeafb")Accessibility — WCAG contrast
Aa
#afeafb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeafb on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.8%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta6.8%
Yellow0.0%
Key (black)1.6%
Color previews
#afeafb text on a black background
contrast 15.98:1
Card sample
#afeafb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeafb;
Background color
Panel with #afeafb background
background-color: #afeafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 234, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 234, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeafb; background: linear-gradient(135deg, #afeafb, #AFB7FB);