#abf6df
a light, electric cyan · cool · closest name: aquamarine
RGB
171, 246, 223
HSL
162°, 81%, 82%
CMYK
31, 0, 9, 4
Luminance
0.7990
Every format
| HEX | #abf6df |
| RGB | rgb(171, 246, 223) |
| HSL | hsl(162, 81%, 82%) |
| CMYK | cmyk(31%, 0%, 9%, 4%) |
| LAB | lab(91.6 -27.9 3.7) |
| LCH | lch(91.6 28.1 172.4) |
| OKLCH | oklch(0.918 0.081 173.3) |
Copy-ready code
/* CSS */
color: #abf6df;
background-color: #abf6df;
/* Tailwind (arbitrary) */
class="text-[#abf6df] bg-[#abf6df]"
/* SCSS */
$brand: #abf6df;
/* SwiftUI */
Color(red: 0.671, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#abf6df")Accessibility — WCAG contrast
Aa
#abf6df on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf6df on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.5%
Blue87.5%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#abf6df text on a black background
contrast 16.98:1
Card sample
#abf6df text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf6df;
Background color
Panel with #abf6df background
background-color: #abf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf6df; background: linear-gradient(135deg, #abf6df, #ABDBF6);