#263e13
a deep, vivid green · cool · closest name: darkslategray
RGB
38, 62, 19
HSL
94°, 53%, 16%
CMYK
39, 0, 69, 76
Luminance
0.0390
Every format
| HEX | #263e13 |
| RGB | rgb(38, 62, 19) |
| HSL | hsl(94, 53%, 16%) |
| CMYK | cmyk(39%, 0%, 69%, 76%) |
| LAB | lab(23.4 -18.2 23.0) |
| LCH | lch(23.4 29.3 128.4) |
| OKLCH | oklch(0.333 0.074 133.5) |
Copy-ready code
/* CSS */
color: #263e13;
background-color: #263e13;
/* Tailwind (arbitrary) */
class="text-[#263e13] bg-[#263e13]"
/* SCSS */
$brand: #263e13;
/* SwiftUI */
Color(red: 0.149, green: 0.243, blue: 0.075)
/* Android */
Color.parseColor("#263e13")Accessibility — WCAG contrast
Aa
#263e13 on white: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#263e13 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green24.3%
Blue7.5%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow69.4%
Key (black)75.7%
Color previews
#263e13 text on a black background
contrast 1.78:1
Card sample
#263e13 text on a white background
contrast 11.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #263e13;
Background color
Panel with #263e13 background
background-color: #263e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #263e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 62, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 62, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #263e13; background: linear-gradient(135deg, #263e13, #133E1D);