#123726
a deep, vivid green · cool · closest name: darkslategray
RGB
18, 55, 38
HSL
152°, 51%, 14%
CMYK
67, 0, 31, 78
Luminance
0.0300
Every format
| HEX | #123726 |
| RGB | rgb(18, 55, 38) |
| HSL | hsl(152, 51%, 14%) |
| CMYK | cmyk(67%, 0%, 31%, 78%) |
| LAB | lab(20.1 -18.1 6.8) |
| LCH | lch(20.1 19.4 159.5) |
| OKLCH | oklch(0.304 0.053 160.8) |
Copy-ready code
/* CSS */
color: #123726;
background-color: #123726;
/* Tailwind (arbitrary) */
class="text-[#123726] bg-[#123726]"
/* SCSS */
$brand: #123726;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.149)
/* Android */
Color.parseColor("#123726")Accessibility — WCAG contrast
Aa
#123726 on white: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123726 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue14.9%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow30.9%
Key (black)78.4%
Color previews
#123726 text on a black background
contrast 1.60:1
Card sample
#123726 text on a white background
contrast 13.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123726;
Background color
Panel with #123726 background
background-color: #123726;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123726;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123726; background: linear-gradient(135deg, #123726, #122F37);