#263116
a deep, soft green · cool · closest name: darkslategray
RGB
38, 49, 22
HSL
84°, 38%, 14%
CMYK
22, 0, 55, 81
Luminance
0.0267
Every format
| HEX | #263116 |
| RGB | rgb(38, 49, 22) |
| HSL | hsl(84, 38%, 14%) |
| CMYK | cmyk(22%, 0%, 55%, 81%) |
| LAB | lab(18.7 -10.4 15.7) |
| LCH | lch(18.7 18.8 123.5) |
| OKLCH | oklch(0.295 0.048 127.3) |
Copy-ready code
/* CSS */
color: #263116;
background-color: #263116;
/* Tailwind (arbitrary) */
class="text-[#263116] bg-[#263116]"
/* SCSS */
$brand: #263116;
/* SwiftUI */
Color(red: 0.149, green: 0.192, blue: 0.086)
/* Android */
Color.parseColor("#263116")Accessibility — WCAG contrast
Aa
#263116 on white: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#263116 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green19.2%
Blue8.6%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow55.1%
Key (black)80.8%
Color previews
#263116 text on a black background
contrast 1.53:1
Card sample
#263116 text on a white background
contrast 13.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #263116;
Background color
Panel with #263116 background
background-color: #263116;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #263116;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 49, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 49, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #263116; background: linear-gradient(135deg, #263116, #163118);