#223000
a deep, electric green · cool · closest name: darkslategray
RGB
34, 48, 0
HSL
78°, 100%, 9%
CMYK
29, 0, 100, 81
Luminance
0.0245
Every format
| HEX | #223000 |
| RGB | rgb(34, 48, 0) |
| HSL | hsl(78, 100%, 9%) |
| CMYK | cmyk(29%, 0%, 100%, 81%) |
| LAB | lab(17.7 -14.1 25.1) |
| LCH | lch(17.7 28.8 119.4) |
| OKLCH | oklch(0.286 0.072 125.2) |
Copy-ready code
/* CSS */
color: #223000;
background-color: #223000;
/* Tailwind (arbitrary) */
class="text-[#223000] bg-[#223000]"
/* SCSS */
$brand: #223000;
/* SwiftUI */
Color(red: 0.133, green: 0.188, blue: 0.000)
/* Android */
Color.parseColor("#223000")Accessibility — WCAG contrast
Aa
#223000 on white: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#223000 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green18.8%
Blue0.0%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow100.0%
Key (black)81.2%
Color previews
#223000 text on a black background
contrast 1.49:1
Card sample
#223000 text on a white background
contrast 14.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #223000;
Background color
Panel with #223000 background
background-color: #223000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #223000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 48, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 48, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #223000; background: linear-gradient(135deg, #223000, #023000);