#0ba45f
a dark, electric green · cool · closest name: seagreen
RGB
11, 164, 95
HSL
153°, 87%, 34%
CMYK
93, 0, 42, 36
Luminance
0.2745
Every format
| HEX | #0ba45f |
| RGB | rgb(11, 164, 95) |
| HSL | hsl(153, 87%, 34%) |
| CMYK | cmyk(93%, 0%, 42%, 36%) |
| LAB | lab(59.4 -51.9 26.0) |
| LCH | lch(59.4 58.0 153.4) |
| OKLCH | oklch(0.632 0.154 155.2) |
Copy-ready code
/* CSS */
color: #0ba45f;
background-color: #0ba45f;
/* Tailwind (arbitrary) */
class="text-[#0ba45f] bg-[#0ba45f]"
/* SCSS */
$brand: #0ba45f;
/* SwiftUI */
Color(red: 0.043, green: 0.643, blue: 0.373)
/* Android */
Color.parseColor("#0ba45f")Accessibility — WCAG contrast
Aa
#0ba45f on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ba45f on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green64.3%
Blue37.3%
CMYK percentages
Cyan93.3%
Magenta0.0%
Yellow42.1%
Key (black)35.7%
Color previews
#0ba45f text on a black background
contrast 6.49:1
Card sample
#0ba45f text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba45f;
Background color
Panel with #0ba45f background
background-color: #0ba45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 164, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 164, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba45f; background: linear-gradient(135deg, #0ba45f, #0B83A4);