#abf8df
a light, electric cyan · cool · closest name: aquamarine
RGB
171, 248, 223
HSL
161°, 85%, 82%
CMYK
31, 0, 10, 3
Luminance
0.8112
Every format
| HEX | #abf8df |
| RGB | rgb(171, 248, 223) |
| HSL | hsl(161, 85%, 82%) |
| CMYK | cmyk(31%, 0%, 10%, 3%) |
| LAB | lab(92.2 -28.8 4.5) |
| LCH | lch(92.2 29.1 171.1) |
| OKLCH | oklch(0.922 0.083 172.1) |
Copy-ready code
/* CSS */
color: #abf8df;
background-color: #abf8df;
/* Tailwind (arbitrary) */
class="text-[#abf8df] bg-[#abf8df]"
/* SCSS */
$brand: #abf8df;
/* SwiftUI */
Color(red: 0.671, green: 0.973, blue: 0.875)
/* Android */
Color.parseColor("#abf8df")Accessibility — WCAG contrast
Aa
#abf8df on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf8df on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.3%
Blue87.5%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow10.1%
Key (black)2.7%
Color previews
#abf8df text on a black background
contrast 17.22:1
Card sample
#abf8df text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf8df;
Background color
Panel with #abf8df background
background-color: #abf8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 248, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 248, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf8df; background: linear-gradient(135deg, #abf8df, #ABDEF8);