#383f08
a deep, electric yellow · cool · closest name: darkslategray
RGB
56, 63, 8
HSL
68°, 78%, 14%
CMYK
11, 0, 87, 75
Luminance
0.0441
Every format
| HEX | #383f08 |
| RGB | rgb(56, 63, 8) |
| HSL | hsl(68, 78%, 14%) |
| CMYK | cmyk(11%, 0%, 87%, 75%) |
| LAB | lab(25.0 -11.1 30.2) |
| LCH | lch(25.0 32.2 110.2) |
| OKLCH | oklch(0.350 0.074 116.9) |
Copy-ready code
/* CSS */
color: #383f08;
background-color: #383f08;
/* Tailwind (arbitrary) */
class="text-[#383f08] bg-[#383f08]"
/* SCSS */
$brand: #383f08;
/* SwiftUI */
Color(red: 0.220, green: 0.247, blue: 0.031)
/* Android */
Color.parseColor("#383f08")Accessibility — WCAG contrast
Aa
#383f08 on white: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#383f08 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green24.7%
Blue3.1%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow87.3%
Key (black)75.3%
Color previews
#383f08 text on a black background
contrast 1.88:1
Card sample
#383f08 text on a white background
contrast 11.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #383f08;
Background color
Panel with #383f08 background
background-color: #383f08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #383f08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 63, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 63, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #383f08; background: linear-gradient(135deg, #383f08, #133F08);