#abebed
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 235, 237
HSL
182°, 65%, 80%
CMYK
28, 1, 0, 7
Luminance
0.7419
Every format
| HEX | #abebed |
| RGB | rgb(171, 235, 237) |
| HSL | hsl(182, 65%, 80%) |
| CMYK | cmyk(28%, 1%, 0%, 7%) |
| LAB | lab(89.0 -19.5 -7.5) |
| LCH | lch(89.0 20.9 200.9) |
| OKLCH | oklch(0.898 0.064 198.5) |
Copy-ready code
/* CSS */
color: #abebed;
background-color: #abebed;
/* Tailwind (arbitrary) */
class="text-[#abebed] bg-[#abebed]"
/* SCSS */
$brand: #abebed;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.929)
/* Android */
Color.parseColor("#abebed")Accessibility — WCAG contrast
Aa
#abebed on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abebed on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue92.9%
CMYK percentages
Cyan27.8%
Magenta0.8%
Yellow0.0%
Key (black)7.1%
Color previews
#abebed text on a black background
contrast 15.84:1
Card sample
#abebed text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abebed;
Background color
Panel with #abebed background
background-color: #abebed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abebed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abebed; background: linear-gradient(135deg, #abebed, #ABBFED);