#264f13
a deep, vivid green · cool · closest name: seagreen
RGB
38, 79, 19
HSL
101°, 61%, 19%
CMYK
52, 0, 76, 69
Luminance
0.0605
Every format
| HEX | #264f13 |
| RGB | rgb(38, 79, 19) |
| HSL | hsl(101, 61%, 19%) |
| CMYK | cmyk(52%, 0%, 76%, 69%) |
| LAB | lab(29.5 -26.6 29.6) |
| LCH | lch(29.5 39.9 131.9) |
| OKLCH | oklch(0.384 0.100 137.5) |
Copy-ready code
/* CSS */
color: #264f13;
background-color: #264f13;
/* Tailwind (arbitrary) */
class="text-[#264f13] bg-[#264f13]"
/* SCSS */
$brand: #264f13;
/* SwiftUI */
Color(red: 0.149, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#264f13")Accessibility — WCAG contrast
Aa
#264f13 on white: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264f13 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green31.0%
Blue7.5%
CMYK percentages
Cyan51.9%
Magenta0.0%
Yellow75.9%
Key (black)69.0%
Color previews
#264f13 text on a black background
contrast 2.21:1
Card sample
#264f13 text on a white background
contrast 9.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264f13;
Background color
Panel with #264f13 background
background-color: #264f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264f13; background: linear-gradient(135deg, #264f13, #134F28);