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