#30473b
a deep, soft green · cool · closest name: darkslategray
RGB
48, 71, 59
HSL
149°, 19%, 23%
CMYK
32, 0, 17, 72
Luminance
0.0545
Every format
| HEX | #30473b |
| RGB | rgb(48, 71, 59) |
| HSL | hsl(149, 19%, 23%) |
| CMYK | cmyk(32%, 0%, 17%, 72%) |
| LAB | lab(28.0 -11.9 4.4) |
| LCH | lch(28.0 12.7 159.9) |
| OKLCH | oklch(0.375 0.035 161.3) |
Copy-ready code
/* CSS */
color: #30473b;
background-color: #30473b;
/* Tailwind (arbitrary) */
class="text-[#30473b] bg-[#30473b]"
/* SCSS */
$brand: #30473b;
/* SwiftUI */
Color(red: 0.188, green: 0.278, blue: 0.231)
/* Android */
Color.parseColor("#30473b")Accessibility — WCAG contrast
Aa
#30473b on white: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30473b on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green27.8%
Blue23.1%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow16.9%
Key (black)72.2%
Color previews
#30473b text on a black background
contrast 2.09:1
Card sample
#30473b text on a white background
contrast 10.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30473b;
Background color
Panel with #30473b background
background-color: #30473b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30473b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 71, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 71, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30473b; background: linear-gradient(135deg, #30473b, #304447);