#30331f
a deep, soft yellow · cool · closest name: darkslategray
RGB
48, 51, 31
HSL
69°, 24%, 16%
CMYK
6, 0, 39, 80
Luminance
0.0309
Every format
| HEX | #30331f |
| RGB | rgb(48, 51, 31) |
| HSL | hsl(69, 24%, 16%) |
| CMYK | cmyk(6%, 0%, 39%, 80%) |
| LAB | lab(20.4 -5.4 12.3) |
| LCH | lch(20.4 13.4 113.6) |
| OKLCH | oklch(0.312 0.034 115.3) |
Copy-ready code
/* CSS */
color: #30331f;
background-color: #30331f;
/* Tailwind (arbitrary) */
class="text-[#30331f] bg-[#30331f]"
/* SCSS */
$brand: #30331f;
/* SwiftUI */
Color(red: 0.188, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#30331f")Accessibility — WCAG contrast
Aa
#30331f on white: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30331f on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green20.0%
Blue12.2%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow39.2%
Key (black)80.0%
Color previews
#30331f text on a black background
contrast 1.62:1
Card sample
#30331f text on a white background
contrast 12.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30331f;
Background color
Panel with #30331f background
background-color: #30331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30331f; background: linear-gradient(135deg, #30331f, #23331F);