#0bcb84
a dark, electric green · cool · closest name: aquamarine
RGB
11, 203, 132
HSL
158°, 90%, 42%
CMYK
95, 0, 35, 20
Luminance
0.4445
Every format
| HEX | #0bcb84 |
| RGB | rgb(11, 203, 132) |
| HSL | hsl(158, 90%, 42%) |
| CMYK | cmyk(95%, 0%, 35%, 20%) |
| LAB | lab(72.5 -58.4 23.9) |
| LCH | lch(72.5 63.1 157.8) |
| OKLCH | oklch(0.743 0.169 159.2) |
Copy-ready code
/* CSS */
color: #0bcb84;
background-color: #0bcb84;
/* Tailwind (arbitrary) */
class="text-[#0bcb84] bg-[#0bcb84]"
/* SCSS */
$brand: #0bcb84;
/* SwiftUI */
Color(red: 0.043, green: 0.796, blue: 0.518)
/* Android */
Color.parseColor("#0bcb84")Accessibility — WCAG contrast
Aa
#0bcb84 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0bcb84 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green79.6%
Blue51.8%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow35.0%
Key (black)20.4%
Color previews
#0bcb84 text on a black background
contrast 9.89:1
Card sample
#0bcb84 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0bcb84;
Background color
Panel with #0bcb84 background
background-color: #0bcb84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0bcb84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 203, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 203, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0bcb84; background: linear-gradient(135deg, #0bcb84, #0B92CB);