#105421
a deep, vivid green · cool · closest name: seagreen
RGB
16, 84, 33
HSL
135°, 68%, 20%
CMYK
81, 0, 61, 67
Luminance
0.0656
Every format
| HEX | #105421 |
| RGB | rgb(16, 84, 33) |
| HSL | hsl(135, 68%, 20%) |
| CMYK | cmyk(81%, 0%, 61%, 67%) |
| LAB | lab(30.8 -32.8 23.7) |
| LCH | lch(30.8 40.5 144.1) |
| OKLCH | oklch(0.392 0.105 147.4) |
Copy-ready code
/* CSS */
color: #105421;
background-color: #105421;
/* Tailwind (arbitrary) */
class="text-[#105421] bg-[#105421]"
/* SCSS */
$brand: #105421;
/* SwiftUI */
Color(red: 0.063, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#105421")Accessibility — WCAG contrast
Aa
#105421 on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#105421 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green32.9%
Blue12.9%
CMYK percentages
Cyan81.0%
Magenta0.0%
Yellow60.7%
Key (black)67.1%
Color previews
#105421 text on a black background
contrast 2.31:1
Card sample
#105421 text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #105421;
Background color
Panel with #105421 background
background-color: #105421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #105421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #105421; background: linear-gradient(135deg, #105421, #10544E);