#2b9065
a dark, vivid green · cool · closest name: seagreen
RGB
43, 144, 101
HSL
155°, 54%, 37%
CMYK
70, 0, 30, 44
Luminance
0.2140
Every format
| HEX | #2b9065 |
| RGB | rgb(43, 144, 101) |
| HSL | hsl(155, 54%, 37%) |
| CMYK | cmyk(70%, 0%, 30%, 44%) |
| LAB | lab(53.4 -39.4 14.7) |
| LCH | lch(53.4 42.0 159.6) |
| OKLCH | oklch(0.584 0.114 160.9) |
Copy-ready code
/* CSS */
color: #2b9065;
background-color: #2b9065;
/* Tailwind (arbitrary) */
class="text-[#2b9065] bg-[#2b9065]"
/* SCSS */
$brand: #2b9065;
/* SwiftUI */
Color(red: 0.169, green: 0.565, blue: 0.396)
/* Android */
Color.parseColor("#2b9065")Accessibility — WCAG contrast
Aa
#2b9065 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2b9065 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green56.5%
Blue39.6%
CMYK percentages
Cyan70.1%
Magenta0.0%
Yellow29.9%
Key (black)43.5%
Color previews
#2b9065 text on a black background
contrast 5.28:1
Card sample
#2b9065 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b9065;
Background color
Panel with #2b9065 background
background-color: #2b9065;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b9065;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 144, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 144, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b9065; background: linear-gradient(135deg, #2b9065, #2B7890);