#00db8f
a dark, electric green · cool · closest name: aquamarine
RGB
0, 219, 143
HSL
159°, 100%, 43%
CMYK
100, 0, 35, 14
Luminance
0.5265
Every format
| HEX | #00db8f |
| RGB | rgb(0, 219, 143) |
| HSL | hsl(159, 100%, 43%) |
| CMYK | cmyk(100%, 0%, 35%, 14%) |
| LAB | lab(77.7 -62.2 25.1) |
| LCH | lch(77.7 67.1 158.0) |
| OKLCH | oklch(0.786 0.180 159.4) |
Copy-ready code
/* CSS */
color: #00db8f;
background-color: #00db8f;
/* Tailwind (arbitrary) */
class="text-[#00db8f] bg-[#00db8f]"
/* SCSS */
$brand: #00db8f;
/* SwiftUI */
Color(red: 0.000, green: 0.859, blue: 0.561)
/* Android */
Color.parseColor("#00db8f")Accessibility — WCAG contrast
Aa
#00db8f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00db8f on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green85.9%
Blue56.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow34.7%
Key (black)14.1%
Color previews
#00db8f text on a black background
contrast 11.53:1
Card sample
#00db8f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00db8f;
Background color
Panel with #00db8f background
background-color: #00db8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00db8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 219, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 219, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00db8f; background: linear-gradient(135deg, #00db8f, #0095DB);