#123708
a deep, vivid green · cool · closest name: darkslategray
RGB
18, 55, 8
HSL
107°, 75%, 12%
CMYK
67, 0, 86, 78
Luminance
0.0288
Every format
| HEX | #123708 |
| RGB | rgb(18, 55, 8) |
| HSL | hsl(107, 75%, 12%) |
| CMYK | cmyk(67%, 0%, 86%, 78%) |
| LAB | lab(19.6 -23.5 23.7) |
| LCH | lch(19.6 33.4 134.7) |
| OKLCH | oklch(0.299 0.085 139.9) |
Copy-ready code
/* CSS */
color: #123708;
background-color: #123708;
/* Tailwind (arbitrary) */
class="text-[#123708] bg-[#123708]"
/* SCSS */
$brand: #123708;
/* SwiftUI */
Color(red: 0.071, green: 0.216, blue: 0.031)
/* Android */
Color.parseColor("#123708")Accessibility — WCAG contrast
Aa
#123708 on white: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#123708 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green21.6%
Blue3.1%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow85.5%
Key (black)78.4%
Color previews
#123708 text on a black background
contrast 1.58:1
Card sample
#123708 text on a white background
contrast 13.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #123708;
Background color
Panel with #123708 background
background-color: #123708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #123708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 55, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 55, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #123708; background: linear-gradient(135deg, #123708, #08371D);