#268921
a dark, vivid green · cool · “forestgreen”
RGB
38, 137, 33
HSL
117°, 61%, 33%
CMYK
72, 0, 76, 46
Luminance
0.1841
Every format
| HEX | #268921 |
| RGB | rgb(38, 137, 33) |
| HSL | hsl(117, 61%, 33%) |
| CMYK | cmyk(72%, 0%, 76%, 46%) |
| LAB | lab(50.0 -48.3 44.8) |
| LCH | lch(50.0 65.9 137.1) |
| OKLCH | oklch(0.553 0.166 142.4) |
Copy-ready code
/* CSS */
color: #268921;
background-color: #268921;
/* Tailwind (arbitrary) */
class="text-[#268921] bg-[#268921]"
/* SCSS */
$brand: #268921;
/* SwiftUI */
Color(red: 0.149, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#268921")Accessibility — WCAG contrast
Aa
#268921 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#268921 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green53.7%
Blue12.9%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#268921 text on a black background
contrast 4.68:1
Card sample
#268921 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #268921;
Background color
Panel with #268921 background
background-color: #268921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #268921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #268921; background: linear-gradient(135deg, #268921, #218961);