#27503c
a deep, soft green · cool · closest name: darkslategray
RGB
39, 80, 60
HSL
151°, 35%, 23%
CMYK
51, 0, 25, 69
Luminance
0.0649
Every format
| HEX | #27503c |
| RGB | rgb(39, 80, 60) |
| HSL | hsl(151, 35%, 23%) |
| CMYK | cmyk(51%, 0%, 25%, 69%) |
| LAB | lab(30.6 -19.8 7.4) |
| LCH | lch(30.6 21.2 159.5) |
| OKLCH | oklch(0.395 0.058 160.9) |
Copy-ready code
/* CSS */
color: #27503c;
background-color: #27503c;
/* Tailwind (arbitrary) */
class="text-[#27503c] bg-[#27503c]"
/* SCSS */
$brand: #27503c;
/* SwiftUI */
Color(red: 0.153, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#27503c")Accessibility — WCAG contrast
Aa
#27503c on white: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#27503c on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green31.4%
Blue23.5%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#27503c text on a black background
contrast 2.30:1
Card sample
#27503c text on a white background
contrast 9.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27503c;
Background color
Panel with #27503c background
background-color: #27503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27503c; background: linear-gradient(135deg, #27503c, #274950);