#267e4b
a dark, vivid green · cool · closest name: seagreen
RGB
38, 126, 75
HSL
145°, 54%, 32%
CMYK
70, 0, 41, 51
Luminance
0.1584
Every format
| HEX | #267e4b |
| RGB | rgb(38, 126, 75) |
| HSL | hsl(145, 54%, 32%) |
| CMYK | cmyk(70%, 0%, 41%, 51%) |
| LAB | lab(46.8 -38.3 20.4) |
| LCH | lch(46.8 43.4 151.9) |
| OKLCH | oklch(0.528 0.115 153.8) |
Copy-ready code
/* CSS */
color: #267e4b;
background-color: #267e4b;
/* Tailwind (arbitrary) */
class="text-[#267e4b] bg-[#267e4b]"
/* SCSS */
$brand: #267e4b;
/* SwiftUI */
Color(red: 0.149, green: 0.494, blue: 0.294)
/* Android */
Color.parseColor("#267e4b")Accessibility — WCAG contrast
Aa
#267e4b on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#267e4b on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green49.4%
Blue29.4%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow40.5%
Key (black)50.6%
Color previews
#267e4b text on a black background
contrast 4.17:1
Card sample
#267e4b text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #267e4b;
Background color
Panel with #267e4b background
background-color: #267e4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #267e4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 126, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 126, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #267e4b; background: linear-gradient(135deg, #267e4b, #26777E);