#1f2c00
a deep, electric green · cool · closest name: darkslategray
RGB
31, 44, 0
HSL
78°, 100%, 9%
CMYK
30, 0, 100, 83
Luminance
0.0209
Every format
| HEX | #1f2c00 |
| RGB | rgb(31, 44, 0) |
| HSL | hsl(78, 100%, 9%) |
| CMYK | cmyk(30%, 0%, 100%, 83%) |
| LAB | lab(16.0 -13.3 22.9) |
| LCH | lch(16.0 26.4 120.3) |
| OKLCH | oklch(0.271 0.068 125.1) |
Copy-ready code
/* CSS */
color: #1f2c00;
background-color: #1f2c00;
/* Tailwind (arbitrary) */
class="text-[#1f2c00] bg-[#1f2c00]"
/* SCSS */
$brand: #1f2c00;
/* SwiftUI */
Color(red: 0.122, green: 0.173, blue: 0.000)
/* Android */
Color.parseColor("#1f2c00")Accessibility — WCAG contrast
Aa
#1f2c00 on white: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f2c00 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green17.3%
Blue0.0%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow100.0%
Key (black)82.7%
Color previews
#1f2c00 text on a black background
contrast 1.42:1
Card sample
#1f2c00 text on a white background
contrast 14.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f2c00;
Background color
Panel with #1f2c00 background
background-color: #1f2c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f2c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 44, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 44, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f2c00; background: linear-gradient(135deg, #1f2c00, #022C00);