#afebfa
a light, electric cyan · cool · closest name: skyblue
RGB
175, 235, 250
HSL
192°, 88%, 83%
CMYK
30, 6, 0, 2
Luminance
0.7543
Every format
| HEX | #afebfa |
| RGB | rgb(175, 235, 250) |
| HSL | hsl(192, 88%, 83%) |
| CMYK | cmyk(30%, 6%, 0%, 2%) |
| LAB | lab(89.6 -15.4 -13.4) |
| LCH | lch(89.6 20.4 220.9) |
| OKLCH | oklch(0.904 0.064 214.9) |
Copy-ready code
/* CSS */
color: #afebfa;
background-color: #afebfa;
/* Tailwind (arbitrary) */
class="text-[#afebfa] bg-[#afebfa]"
/* SCSS */
$brand: #afebfa;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#afebfa")Accessibility — WCAG contrast
Aa
#afebfa on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afebfa on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue98.0%
CMYK percentages
Cyan30.0%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#afebfa text on a black background
contrast 16.09:1
Card sample
#afebfa text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afebfa;
Background color
Panel with #afebfa background
background-color: #afebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afebfa; background: linear-gradient(135deg, #afebfa, #AFB9FA);