#10bc7d
a dark, electric green · cool · closest name: seagreen
RGB
16, 188, 125
HSL
158°, 84%, 40%
CMYK
92, 0, 34, 26
Luminance
0.3756
Every format
| HEX | #10bc7d |
| RGB | rgb(16, 188, 125) |
| HSL | hsl(158, 84%, 40%) |
| CMYK | cmyk(92%, 0%, 34%, 26%) |
| LAB | lab(67.7 -54.2 21.0) |
| LCH | lch(67.7 58.2 158.8) |
| OKLCH | oklch(0.703 0.156 160.1) |
Copy-ready code
/* CSS */
color: #10bc7d;
background-color: #10bc7d;
/* Tailwind (arbitrary) */
class="text-[#10bc7d] bg-[#10bc7d]"
/* SCSS */
$brand: #10bc7d;
/* SwiftUI */
Color(red: 0.063, green: 0.737, blue: 0.490)
/* Android */
Color.parseColor("#10bc7d")Accessibility — WCAG contrast
Aa
#10bc7d on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10bc7d on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green73.7%
Blue49.0%
CMYK percentages
Cyan91.5%
Magenta0.0%
Yellow33.5%
Key (black)26.3%
Color previews
#10bc7d text on a black background
contrast 8.51:1
Card sample
#10bc7d text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10bc7d;
Background color
Panel with #10bc7d background
background-color: #10bc7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10bc7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 188, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 188, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10bc7d; background: linear-gradient(135deg, #10bc7d, #1088BC);