#1c552b
a deep, vivid green · cool · closest name: seagreen
RGB
28, 85, 43
HSL
136°, 50%, 22%
CMYK
67, 0, 49, 67
Luminance
0.0692
Every format
| HEX | #1c552b |
| RGB | rgb(28, 85, 43) |
| HSL | hsl(136, 50%, 22%) |
| CMYK | cmyk(67%, 0%, 49%, 67%) |
| LAB | lab(31.6 -29.0 19.1) |
| LCH | lch(31.6 34.7 146.6) |
| OKLCH | oklch(0.401 0.091 149.1) |
Copy-ready code
/* CSS */
color: #1c552b;
background-color: #1c552b;
/* Tailwind (arbitrary) */
class="text-[#1c552b] bg-[#1c552b]"
/* SCSS */
$brand: #1c552b;
/* SwiftUI */
Color(red: 0.110, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#1c552b")Accessibility — WCAG contrast
Aa
#1c552b on white: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c552b on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green33.3%
Blue16.9%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#1c552b text on a black background
contrast 2.38:1
Card sample
#1c552b text on a white background
contrast 8.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c552b;
Background color
Panel with #1c552b background
background-color: #1c552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c552b; background: linear-gradient(135deg, #1c552b, #1C5551);