#124635
a deep, vivid cyan · cool · closest name: darkslategray
RGB
18, 70, 53
HSL
160°, 59%, 17%
CMYK
74, 0, 24, 73
Luminance
0.0477
Every format
| HEX | #124635 |
| RGB | rgb(18, 70, 53) |
| HSL | hsl(160, 59%, 17%) |
| CMYK | cmyk(74%, 0%, 24%, 73%) |
| LAB | lab(26.1 -21.8 5.3) |
| LCH | lch(26.1 22.5 166.3) |
| OKLCH | oklch(0.355 0.062 167.3) |
Copy-ready code
/* CSS */
color: #124635;
background-color: #124635;
/* Tailwind (arbitrary) */
class="text-[#124635] bg-[#124635]"
/* SCSS */
$brand: #124635;
/* SwiftUI */
Color(red: 0.071, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#124635")Accessibility — WCAG contrast
Aa
#124635 on white: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#124635 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green27.5%
Blue20.8%
CMYK percentages
Cyan74.3%
Magenta0.0%
Yellow24.3%
Key (black)72.5%
Color previews
#124635 text on a black background
contrast 1.95:1
Card sample
#124635 text on a white background
contrast 10.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #124635;
Background color
Panel with #124635 background
background-color: #124635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #124635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #124635; background: linear-gradient(135deg, #124635, #123446);