#123723
a deep, vivid green · cool · closest name: darkslategray
RGB
18, 55, 35
HSL
148°, 51%, 14%
CMYK
67, 0, 36, 78
Luminance
0.0298
Every format
| HEX | #123723 |
| RGB | rgb(18, 55, 35) |
| HSL | hsl(148, 51%, 14%) |
| CMYK | cmyk(67%, 0%, 36%, 78%) |
| LAB | lab(20.0 -18.9 8.7) |
| LCH | lch(20.0 20.8 155.3) |
| OKLCH | oklch(0.303 0.056 156.9) |
Copy-ready code
/* CSS */
color: #123723;
background-color: #123723;
/* Tailwind (arbitrary) */
class="text-[#123723] bg-[#123723]"
/* SCSS */
$brand: #123723;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.137)
/* Android */
Color.parseColor("#123723")Accessibility — WCAG contrast
Aa
#123723 on white: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123723 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue13.7%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow36.4%
Key (black)78.4%
Color previews
#123723 text on a black background
contrast 1.60:1
Card sample
#123723 text on a white background
contrast 13.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123723;
Background color
Panel with #123723 background
background-color: #123723;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123723;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123723; background: linear-gradient(135deg, #123723, #123237);