#abf3cf
a light, electric green · cool · closest name: aquamarine
RGB
171, 243, 207
HSL
150°, 75%, 81%
CMYK
30, 0, 15, 5
Luminance
0.7726
Every format
| HEX | #abf3cf |
| RGB | rgb(171, 243, 207) |
| HSL | hsl(150, 75%, 81%) |
| CMYK | cmyk(30%, 0%, 15%, 5%) |
| LAB | lab(90.4 -29.6 10.3) |
| LCH | lch(90.4 31.4 160.9) |
| OKLCH | oklch(0.907 0.087 162.3) |
Copy-ready code
/* CSS */
color: #abf3cf;
background-color: #abf3cf;
/* Tailwind (arbitrary) */
class="text-[#abf3cf] bg-[#abf3cf]"
/* SCSS */
$brand: #abf3cf;
/* SwiftUI */
Color(red: 0.671, green: 0.953, blue: 0.812)
/* Android */
Color.parseColor("#abf3cf")Accessibility — WCAG contrast
Aa
#abf3cf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf3cf on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green95.3%
Blue81.2%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow14.8%
Key (black)4.7%
Color previews
#abf3cf text on a black background
contrast 16.45:1
Card sample
#abf3cf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf3cf;
Background color
Panel with #abf3cf background
background-color: #abf3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 243, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 243, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf3cf; background: linear-gradient(135deg, #abf3cf, #ABE7F3);