#afebfe
a light, electric cyan · cool · closest name: skyblue
RGB
175, 235, 254
HSL
194°, 98%, 84%
CMYK
31, 8, 0, 0
Luminance
0.7569
Every format
| HEX | #afebfe |
| RGB | rgb(175, 235, 254) |
| HSL | hsl(194, 98%, 84%) |
| CMYK | cmyk(31%, 8%, 0%, 0%) |
| LAB | lab(89.7 -14.5 -15.3) |
| LCH | lch(89.7 21.1 226.4) |
| OKLCH | oklch(0.906 0.066 219.4) |
Copy-ready code
/* CSS */
color: #afebfe;
background-color: #afebfe;
/* Tailwind (arbitrary) */
class="text-[#afebfe] bg-[#afebfe]"
/* SCSS */
$brand: #afebfe;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#afebfe")Accessibility — WCAG contrast
Aa
#afebfe on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afebfe on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#afebfe text on a black background
contrast 16.14:1
Card sample
#afebfe text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afebfe;
Background color
Panel with #afebfe background
background-color: #afebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afebfe; background: linear-gradient(135deg, #afebfe, #AFB6FE);