#abebda
a light, vivid cyan · cool · closest name: turquoise
RGB
171, 235, 218
HSL
164°, 62%, 80%
CMYK
27, 0, 7, 8
Luminance
0.7314
Every format
| HEX | #abebda |
| RGB | rgb(171, 235, 218) |
| HSL | hsl(164, 62%, 80%) |
| CMYK | cmyk(27%, 0%, 7%, 8%) |
| LAB | lab(88.5 -23.6 1.8) |
| LCH | lch(88.5 23.7 175.7) |
| OKLCH | oklch(0.892 0.069 176.4) |
Copy-ready code
/* CSS */
color: #abebda;
background-color: #abebda;
/* Tailwind (arbitrary) */
class="text-[#abebda] bg-[#abebda]"
/* SCSS */
$brand: #abebda;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#abebda")Accessibility — WCAG contrast
Aa
#abebda on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abebda on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue85.5%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#abebda text on a black background
contrast 15.63:1
Card sample
#abebda text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abebda;
Background color
Panel with #abebda background
background-color: #abebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abebda; background: linear-gradient(135deg, #abebda, #ABD1EB);