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