#267b13
a dark, vivid green · cool · closest name: forestgreen
RGB
38, 123, 19
HSL
109°, 73%, 28%
CMYK
69, 0, 85, 52
Luminance
0.1463
Every format
| HEX | #267b13 |
| RGB | rgb(38, 123, 19) |
| HSL | hsl(109, 73%, 28%) |
| CMYK | cmyk(69%, 0%, 85%, 52%) |
| LAB | lab(45.1 -44.3 44.9) |
| LCH | lch(45.1 63.0 134.7) |
| OKLCH | oklch(0.512 0.157 140.7) |
Copy-ready code
/* CSS */
color: #267b13;
background-color: #267b13;
/* Tailwind (arbitrary) */
class="text-[#267b13] bg-[#267b13]"
/* SCSS */
$brand: #267b13;
/* SwiftUI */
Color(red: 0.149, green: 0.482, blue: 0.075)
/* Android */
Color.parseColor("#267b13")Accessibility — WCAG contrast
Aa
#267b13 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#267b13 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green48.2%
Blue7.5%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow84.6%
Key (black)51.8%
Color previews
#267b13 text on a black background
contrast 3.93:1
Card sample
#267b13 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #267b13;
Background color
Panel with #267b13 background
background-color: #267b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #267b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 123, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 123, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #267b13; background: linear-gradient(135deg, #267b13, #137B45);