#afebf4
a light, electric cyan · cool · closest name: skyblue
RGB
175, 235, 244
HSL
188°, 76%, 82%
CMYK
28, 4, 0, 4
Luminance
0.7506
Every format
| HEX | #afebf4 |
| RGB | rgb(175, 235, 244) |
| HSL | hsl(188, 76%, 82%) |
| CMYK | cmyk(28%, 4%, 0%, 4%) |
| LAB | lab(89.4 -16.8 -10.5) |
| LCH | lch(89.4 19.8 211.9) |
| OKLCH | oklch(0.902 0.062 207.6) |
Copy-ready code
/* CSS */
color: #afebf4;
background-color: #afebf4;
/* Tailwind (arbitrary) */
class="text-[#afebf4] bg-[#afebf4]"
/* SCSS */
$brand: #afebf4;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.957)
/* Android */
Color.parseColor("#afebf4")Accessibility — WCAG contrast
Aa
#afebf4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afebf4 on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta3.7%
Yellow0.0%
Key (black)4.3%
Color previews
#afebf4 text on a black background
contrast 16.01:1
Card sample
#afebf4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afebf4;
Background color
Panel with #afebf4 background
background-color: #afebf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afebf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afebf4; background: linear-gradient(135deg, #afebf4, #AFBDF4);