#267e3f
a dark, vivid green · cool · closest name: seagreen
RGB
38, 126, 63
HSL
137°, 54%, 32%
CMYK
70, 0, 50, 51
Luminance
0.1569
Every format
| HEX | #267e3f |
| RGB | rgb(38, 126, 63) |
| HSL | hsl(137, 54%, 32%) |
| CMYK | cmyk(70%, 0%, 50%, 51%) |
| LAB | lab(46.6 -40.5 26.8) |
| LCH | lch(46.6 48.6 146.5) |
| OKLCH | oklch(0.526 0.127 149.1) |
Copy-ready code
/* CSS */
color: #267e3f;
background-color: #267e3f;
/* Tailwind (arbitrary) */
class="text-[#267e3f] bg-[#267e3f]"
/* SCSS */
$brand: #267e3f;
/* SwiftUI */
Color(red: 0.149, green: 0.494, blue: 0.247)
/* Android */
Color.parseColor("#267e3f")Accessibility — WCAG contrast
Aa
#267e3f on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#267e3f on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green49.4%
Blue24.7%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow50.0%
Key (black)50.6%
Color previews
#267e3f text on a black background
contrast 4.14:1
Card sample
#267e3f text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #267e3f;
Background color
Panel with #267e3f background
background-color: #267e3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #267e3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 126, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 126, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #267e3f; background: linear-gradient(135deg, #267e3f, #267E7A);