#1c503c
a deep, vivid green · cool · closest name: darkslategray
RGB
28, 80, 60
HSL
157°, 48%, 21%
CMYK
65, 0, 25, 69
Luminance
0.0631
Every format
| HEX | #1c503c |
| RGB | rgb(28, 80, 60) |
| HSL | hsl(157, 48%, 21%) |
| CMYK | cmyk(65%, 0%, 25%, 69%) |
| LAB | lab(30.2 -22.8 6.7) |
| LCH | lch(30.2 23.8 163.6) |
| OKLCH | oklch(0.390 0.066 164.8) |
Copy-ready code
/* CSS */
color: #1c503c;
background-color: #1c503c;
/* Tailwind (arbitrary) */
class="text-[#1c503c] bg-[#1c503c]"
/* SCSS */
$brand: #1c503c;
/* SwiftUI */
Color(red: 0.110, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#1c503c")Accessibility — WCAG contrast
Aa
#1c503c on white: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c503c on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green31.4%
Blue23.5%
CMYK percentages
Cyan65.0%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#1c503c text on a black background
contrast 2.26:1
Card sample
#1c503c text on a white background
contrast 9.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c503c;
Background color
Panel with #1c503c background
background-color: #1c503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c503c; background: linear-gradient(135deg, #1c503c, #1C4150);