#105021
a deep, vivid green · cool · closest name: seagreen
RGB
16, 80, 33
HSL
136°, 67%, 19%
CMYK
80, 0, 59, 69
Luminance
0.0596
Every format
| HEX | #105021 |
| RGB | rgb(16, 80, 33) |
| HSL | hsl(136, 67%, 19%) |
| CMYK | cmyk(80%, 0%, 59%, 69%) |
| LAB | lab(29.3 -31.2 21.9) |
| LCH | lch(29.3 38.2 144.9) |
| OKLCH | oklch(0.380 0.099 147.9) |
Copy-ready code
/* CSS */
color: #105021;
background-color: #105021;
/* Tailwind (arbitrary) */
class="text-[#105021] bg-[#105021]"
/* SCSS */
$brand: #105021;
/* SwiftUI */
Color(red: 0.063, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#105021")Accessibility — WCAG contrast
Aa
#105021 on white: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#105021 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green31.4%
Blue12.9%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow58.8%
Key (black)68.6%
Color previews
#105021 text on a black background
contrast 2.19:1
Card sample
#105021 text on a white background
contrast 9.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #105021;
Background color
Panel with #105021 background
background-color: #105021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #105021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #105021; background: linear-gradient(135deg, #105021, #10504C);