#27652c
a dark, soft green · cool · closest name: seagreen
RGB
39, 101, 44
HSL
125°, 44%, 28%
CMYK
61, 0, 56, 60
Luminance
0.0992
Every format
| HEX | #27652c |
| RGB | rgb(39, 101, 44) |
| HSL | hsl(125, 44%, 28%) |
| CMYK | cmyk(61%, 0%, 56%, 60%) |
| LAB | lab(37.7 -33.0 26.2) |
| LCH | lch(37.7 42.1 141.6) |
| OKLCH | oklch(0.452 0.109 144.9) |
Copy-ready code
/* CSS */
color: #27652c;
background-color: #27652c;
/* Tailwind (arbitrary) */
class="text-[#27652c] bg-[#27652c]"
/* SCSS */
$brand: #27652c;
/* SwiftUI */
Color(red: 0.153, green: 0.396, blue: 0.173)
/* Android */
Color.parseColor("#27652c")Accessibility — WCAG contrast
Aa
#27652c on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#27652c on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green39.6%
Blue17.3%
CMYK percentages
Cyan61.4%
Magenta0.0%
Yellow56.4%
Key (black)60.4%
Color previews
#27652c text on a black background
contrast 2.98:1
Card sample
#27652c text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27652c;
Background color
Panel with #27652c background
background-color: #27652c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27652c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 101, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 101, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27652c; background: linear-gradient(135deg, #27652c, #276555);