#303607
a deep, electric yellow · cool · closest name: darkslategray
RGB
48, 54, 7
HSL
68°, 77%, 12%
CMYK
11, 0, 87, 79
Luminance
0.0328
Every format
| HEX | #303607 |
| RGB | rgb(48, 54, 7) |
| HSL | hsl(68, 77%, 12%) |
| CMYK | cmyk(11%, 0%, 87%, 79%) |
| LAB | lab(21.1 -9.9 26.4) |
| LCH | lch(21.1 28.2 110.5) |
| OKLCH | oklch(0.317 0.066 116.8) |
Copy-ready code
/* CSS */
color: #303607;
background-color: #303607;
/* Tailwind (arbitrary) */
class="text-[#303607] bg-[#303607]"
/* SCSS */
$brand: #303607;
/* SwiftUI */
Color(red: 0.188, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#303607")Accessibility — WCAG contrast
Aa
#303607 on white: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#303607 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green21.2%
Blue2.7%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow87.0%
Key (black)78.8%
Color previews
#303607 text on a black background
contrast 1.66:1
Card sample
#303607 text on a white background
contrast 12.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #303607;
Background color
Panel with #303607 background
background-color: #303607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #303607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #303607; background: linear-gradient(135deg, #303607, #113607);