#262f00
a deep, electric green · cool · closest name: darkslategray
RGB
38, 47, 0
HSL
72°, 100%, 9%
CMYK
19, 0, 100, 82
Luminance
0.0245
Every format
| HEX | #262f00 |
| RGB | rgb(38, 47, 0) |
| HSL | hsl(72, 100%, 9%) |
| CMYK | cmyk(19%, 0%, 100%, 82%) |
| LAB | lab(17.7 -11.5 25.1) |
| LCH | lch(17.7 27.6 114.6) |
| OKLCH | oklch(0.286 0.068 120.4) |
Copy-ready code
/* CSS */
color: #262f00;
background-color: #262f00;
/* Tailwind (arbitrary) */
class="text-[#262f00] bg-[#262f00]"
/* SCSS */
$brand: #262f00;
/* SwiftUI */
Color(red: 0.149, green: 0.184, blue: 0.000)
/* Android */
Color.parseColor("#262f00")Accessibility — WCAG contrast
Aa
#262f00 on white: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262f00 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green18.4%
Blue0.0%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow100.0%
Key (black)81.6%
Color previews
#262f00 text on a black background
contrast 1.49:1
Card sample
#262f00 text on a white background
contrast 14.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262f00;
Background color
Panel with #262f00 background
background-color: #262f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 47, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 47, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262f00; background: linear-gradient(135deg, #262f00, #072F00);