#123718
a deep, vivid green · cool · closest name: darkslategray
RGB
18, 55, 24
HSL
130°, 51%, 14%
CMYK
67, 0, 56, 78
Luminance
0.0293
Every format
| HEX | #123718 |
| RGB | rgb(18, 55, 24) |
| HSL | hsl(130, 51%, 14%) |
| CMYK | cmyk(67%, 0%, 56%, 78%) |
| LAB | lab(19.8 -21.3 15.5) |
| LCH | lch(19.8 26.4 143.9) |
| OKLCH | oklch(0.301 0.069 146.8) |
Copy-ready code
/* CSS */
color: #123718;
background-color: #123718;
/* Tailwind (arbitrary) */
class="text-[#123718] bg-[#123718]"
/* SCSS */
$brand: #123718;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.094)
/* Android */
Color.parseColor("#123718")Accessibility — WCAG contrast
Aa
#123718 on white: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123718 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue9.4%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow56.4%
Key (black)78.4%
Color previews
#123718 text on a black background
contrast 1.59:1
Card sample
#123718 text on a white background
contrast 13.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123718;
Background color
Panel with #123718 background
background-color: #123718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123718; background: linear-gradient(135deg, #123718, #123731);