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