#1ccc8f
a balanced, electric green · cool · closest name: aquamarine
RGB
28, 204, 143
HSL
159°, 76%, 46%
CMYK
86, 0, 30, 20
Luminance
0.4542
Every format
| HEX | #1ccc8f |
| RGB | rgb(28, 204, 143) |
| HSL | hsl(159, 76%, 46%) |
| CMYK | cmyk(86%, 0%, 30%, 20%) |
| LAB | lab(73.2 -55.5 18.9) |
| LCH | lch(73.2 58.7 161.2) |
| OKLCH | oklch(0.749 0.159 162.4) |
Copy-ready code
/* CSS */
color: #1ccc8f;
background-color: #1ccc8f;
/* Tailwind (arbitrary) */
class="text-[#1ccc8f] bg-[#1ccc8f]"
/* SCSS */
$brand: #1ccc8f;
/* SwiftUI */
Color(red: 0.110, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#1ccc8f")Accessibility — WCAG contrast
Aa
#1ccc8f on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ccc8f on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green80.0%
Blue56.1%
CMYK percentages
Cyan86.3%
Magenta0.0%
Yellow29.9%
Key (black)20.0%
Color previews
#1ccc8f text on a black background
contrast 10.08:1
Card sample
#1ccc8f text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ccc8f;
Background color
Panel with #1ccc8f background
background-color: #1ccc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ccc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ccc8f; background: linear-gradient(135deg, #1ccc8f, #1C94CC);