#1cb06d
a dark, vivid green · cool · closest name: seagreen
RGB
28, 176, 109
HSL
153°, 73%, 40%
CMYK
84, 0, 38, 31
Luminance
0.3240
Every format
| HEX | #1cb06d |
| RGB | rgb(28, 176, 109) |
| HSL | hsl(153, 73%, 40%) |
| CMYK | cmyk(84%, 0%, 38%, 31%) |
| LAB | lab(63.7 -52.3 24.2) |
| LCH | lch(63.7 57.6 155.2) |
| OKLCH | oklch(0.669 0.153 156.8) |
Copy-ready code
/* CSS */
color: #1cb06d;
background-color: #1cb06d;
/* Tailwind (arbitrary) */
class="text-[#1cb06d] bg-[#1cb06d]"
/* SCSS */
$brand: #1cb06d;
/* SwiftUI */
Color(red: 0.110, green: 0.690, blue: 0.427)
/* Android */
Color.parseColor("#1cb06d")Accessibility — WCAG contrast
Aa
#1cb06d on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cb06d on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green69.0%
Blue42.7%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow38.1%
Key (black)31.0%
Color previews
#1cb06d text on a black background
contrast 7.48:1
Card sample
#1cb06d text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cb06d;
Background color
Panel with #1cb06d background
background-color: #1cb06d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cb06d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 176, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 176, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cb06d; background: linear-gradient(135deg, #1cb06d, #1C90B0);