#275517
a deep, vivid green · cool · closest name: seagreen
RGB
39, 85, 23
HSL
105°, 57%, 21%
CMYK
54, 0, 73, 67
Luminance
0.0699
Every format
| HEX | #275517 |
| RGB | rgb(39, 85, 23) |
| HSL | hsl(105, 57%, 21%) |
| CMYK | cmyk(54%, 0%, 73%, 67%) |
| LAB | lab(31.8 -28.6 30.2) |
| LCH | lch(31.8 41.6 133.5) |
| OKLCH | oklch(0.402 0.105 138.7) |
Copy-ready code
/* CSS */
color: #275517;
background-color: #275517;
/* Tailwind (arbitrary) */
class="text-[#275517] bg-[#275517]"
/* SCSS */
$brand: #275517;
/* SwiftUI */
Color(red: 0.153, green: 0.333, blue: 0.090)
/* Android */
Color.parseColor("#275517")Accessibility — WCAG contrast
Aa
#275517 on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#275517 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green33.3%
Blue9.0%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow72.9%
Key (black)66.7%
Color previews
#275517 text on a black background
contrast 2.40:1
Card sample
#275517 text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #275517;
Background color
Panel with #275517 background
background-color: #275517;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #275517;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 85, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 85, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #275517; background: linear-gradient(135deg, #275517, #175530);