#abf7cb
a light, electric green · cool · closest name: aquamarine
RGB
171, 247, 203
HSL
145°, 83%, 82%
CMYK
31, 0, 18, 3
Luminance
0.7949
Every format
| HEX | #abf7cb |
| RGB | rgb(171, 247, 203) |
| HSL | hsl(145, 83%, 82%) |
| CMYK | cmyk(31%, 0%, 18%, 3%) |
| LAB | lab(91.5 -32.3 13.8) |
| LCH | lch(91.5 35.1 156.9) |
| OKLCH | oklch(0.915 0.097 158.4) |
Copy-ready code
/* CSS */
color: #abf7cb;
background-color: #abf7cb;
/* Tailwind (arbitrary) */
class="text-[#abf7cb] bg-[#abf7cb]"
/* SCSS */
$brand: #abf7cb;
/* SwiftUI */
Color(red: 0.671, green: 0.969, blue: 0.796)
/* Android */
Color.parseColor("#abf7cb")Accessibility — WCAG contrast
Aa
#abf7cb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf7cb on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.9%
Blue79.6%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow17.8%
Key (black)3.1%
Color previews
#abf7cb text on a black background
contrast 16.90:1
Card sample
#abf7cb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf7cb;
Background color
Panel with #abf7cb background
background-color: #abf7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 247, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 247, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf7cb; background: linear-gradient(135deg, #abf7cb, #ABF0F7);