#abf0df
a light, vivid cyan · cool · closest name: turquoise
RGB
171, 240, 223
HSL
165°, 70%, 81%
CMYK
29, 0, 7, 6
Luminance
0.7631
Every format
| HEX | #abf0df |
| RGB | rgb(171, 240, 223) |
| HSL | hsl(165, 70%, 81%) |
| CMYK | cmyk(29%, 0%, 7%, 6%) |
| LAB | lab(90.0 -25.0 1.3) |
| LCH | lch(90.0 25.0 177.0) |
| OKLCH | oklch(0.905 0.073 177.6) |
Copy-ready code
/* CSS */
color: #abf0df;
background-color: #abf0df;
/* Tailwind (arbitrary) */
class="text-[#abf0df] bg-[#abf0df]"
/* SCSS */
$brand: #abf0df;
/* SwiftUI */
Color(red: 0.671, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#abf0df")Accessibility — WCAG contrast
Aa
#abf0df on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf0df on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.1%
Blue87.5%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow7.1%
Key (black)5.9%
Color previews
#abf0df text on a black background
contrast 16.26:1
Card sample
#abf0df text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf0df;
Background color
Panel with #abf0df background
background-color: #abf0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf0df; background: linear-gradient(135deg, #abf0df, #ABD3F0);