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