#254b00
a deep, electric green · cool · closest name: olivedrab
RGB
37, 75, 0
HSL
90°, 100%, 15%
CMYK
51, 0, 100, 71
Luminance
0.0543
Every format
| HEX | #254b00 |
| RGB | rgb(37, 75, 0) |
| HSL | hsl(90, 100%, 15%) |
| CMYK | cmyk(51%, 0%, 100%, 71%) |
| LAB | lab(27.9 -26.5 35.6) |
| LCH | lch(27.9 44.4 126.7) |
| OKLCH | oklch(0.370 0.107 134.4) |
Copy-ready code
/* CSS */
color: #254b00;
background-color: #254b00;
/* Tailwind (arbitrary) */
class="text-[#254b00] bg-[#254b00]"
/* SCSS */
$brand: #254b00;
/* SwiftUI */
Color(red: 0.145, green: 0.294, blue: 0.000)
/* Android */
Color.parseColor("#254b00")Accessibility — WCAG contrast
Aa
#254b00 on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#254b00 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green29.4%
Blue0.0%
CMYK percentages
Cyan50.7%
Magenta0.0%
Yellow100.0%
Key (black)70.6%
Color previews
#254b00 text on a black background
contrast 2.09:1
Card sample
#254b00 text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #254b00;
Background color
Panel with #254b00 background
background-color: #254b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #254b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 75, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 75, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #254b00; background: linear-gradient(135deg, #254b00, #004B0D);