#101c02
a deep, electric green · cool · closest name: black
RGB
16, 28, 2
HSL
88°, 87%, 6%
CMYK
43, 0, 93, 89
Luminance
0.0095
Every format
| HEX | #101c02 |
| RGB | rgb(16, 28, 2) |
| HSL | hsl(88, 87%, 6%) |
| CMYK | cmyk(43%, 0%, 93%, 89%) |
| LAB | lab(8.5 -10.5 11.8) |
| LCH | lch(8.5 15.8 131.9) |
| OKLCH | oklch(0.208 0.051 129.6) |
Copy-ready code
/* CSS */
color: #101c02;
background-color: #101c02;
/* Tailwind (arbitrary) */
class="text-[#101c02] bg-[#101c02]"
/* SCSS */
$brand: #101c02;
/* SwiftUI */
Color(red: 0.063, green: 0.110, blue: 0.008)
/* Android */
Color.parseColor("#101c02")Accessibility — WCAG contrast
Aa
#101c02 on white: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#101c02 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green11.0%
Blue0.8%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow92.9%
Key (black)89.0%
Color previews
#101c02 text on a black background
contrast 1.19:1
Card sample
#101c02 text on a white background
contrast 17.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #101c02;
Background color
Panel with #101c02 background
background-color: #101c02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #101c02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 28, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 28, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #101c02; background: linear-gradient(135deg, #101c02, #021C05);