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