#263c26
a deep, soft green · cool · closest name: darkslategray
RGB
38, 60, 38
HSL
120°, 22%, 19%
CMYK
37, 0, 37, 77
Luminance
0.0378
Every format
| HEX | #263c26 |
| RGB | rgb(38, 60, 38) |
| HSL | hsl(120, 22%, 19%) |
| CMYK | cmyk(37%, 0%, 37%, 77%) |
| LAB | lab(22.9 -14.1 10.9) |
| LCH | lch(22.9 17.8 142.2) |
| OKLCH | oklch(0.331 0.047 144.4) |
Copy-ready code
/* CSS */
color: #263c26;
background-color: #263c26;
/* Tailwind (arbitrary) */
class="text-[#263c26] bg-[#263c26]"
/* SCSS */
$brand: #263c26;
/* SwiftUI */
Color(red: 0.149, green: 0.235, blue: 0.149)
/* Android */
Color.parseColor("#263c26")Accessibility — WCAG contrast
Aa
#263c26 on white: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#263c26 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green23.5%
Blue14.9%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow36.7%
Key (black)76.5%
Color previews
#263c26 text on a black background
contrast 1.76:1
Card sample
#263c26 text on a white background
contrast 11.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #263c26;
Background color
Panel with #263c26 background
background-color: #263c26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #263c26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 60, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 60, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #263c26; background: linear-gradient(135deg, #263c26, #263C35);