#abfef0
a light, electric cyan · cool · closest name: aquamarine
RGB
171, 254, 240
HSL
170°, 98%, 83%
CMYK
33, 0, 6, 0
Luminance
0.8583
Every format
| HEX | #abfef0 |
| RGB | rgb(171, 254, 240) |
| HSL | hsl(170, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 6%, 0%) |
| LAB | lab(94.2 -28.1 -1.3) |
| LCH | lch(94.2 28.1 182.7) |
| OKLCH | oklch(0.940 0.083 182.7) |
Copy-ready code
/* CSS */
color: #abfef0;
background-color: #abfef0;
/* Tailwind (arbitrary) */
class="text-[#abfef0] bg-[#abfef0]"
/* SCSS */
$brand: #abfef0;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.941)
/* Android */
Color.parseColor("#abfef0")Accessibility — WCAG contrast
Aa
#abfef0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfef0 on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue94.1%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow5.5%
Key (black)0.4%
Color previews
#abfef0 text on a black background
contrast 18.17:1
Card sample
#abfef0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfef0;
Background color
Panel with #abfef0 background
background-color: #abfef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfef0; background: linear-gradient(135deg, #abfef0, #ABD5FE);