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