#275a29
a dark, soft green · cool · closest name: seagreen
RGB
39, 90, 41
HSL
122°, 40%, 25%
CMYK
57, 0, 54, 65
Luminance
0.0790
Every format
| HEX | #275a29 |
| RGB | rgb(39, 90, 41) |
| HSL | hsl(122, 40%, 25%) |
| CMYK | cmyk(57%, 0%, 54%, 65%) |
| LAB | lab(33.8 -28.6 23.1) |
| LCH | lch(33.8 36.7 141.1) |
| OKLCH | oklch(0.419 0.096 144.4) |
Copy-ready code
/* CSS */
color: #275a29;
background-color: #275a29;
/* Tailwind (arbitrary) */
class="text-[#275a29] bg-[#275a29]"
/* SCSS */
$brand: #275a29;
/* SwiftUI */
Color(red: 0.153, green: 0.353, blue: 0.161)
/* Android */
Color.parseColor("#275a29")Accessibility — WCAG contrast
Aa
#275a29 on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#275a29 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green35.3%
Blue16.1%
CMYK percentages
Cyan56.7%
Magenta0.0%
Yellow54.4%
Key (black)64.7%
Color previews
#275a29 text on a black background
contrast 2.58:1
Card sample
#275a29 text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #275a29;
Background color
Panel with #275a29 background
background-color: #275a29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #275a29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 90, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 90, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #275a29; background: linear-gradient(135deg, #275a29, #275A4B);