#38380f
a deep, vivid yellow · cool · closest name: darkslategray
RGB
56, 56, 15
HSL
60°, 58%, 14%
CMYK
0, 0, 73, 78
Luminance
0.0370
Every format
| HEX | #38380f |
| RGB | rgb(56, 56, 15) |
| HSL | hsl(60, 58%, 14%) |
| CMYK | cmyk(0%, 0%, 73%, 78%) |
| LAB | lab(22.7 -6.4 24.8) |
| LCH | lch(22.7 25.6 104.4) |
| OKLCH | oklch(0.331 0.059 109.3) |
Copy-ready code
/* CSS */
color: #38380f;
background-color: #38380f;
/* Tailwind (arbitrary) */
class="text-[#38380f] bg-[#38380f]"
/* SCSS */
$brand: #38380f;
/* SwiftUI */
Color(red: 0.220, green: 0.220, blue: 0.059)
/* Android */
Color.parseColor("#38380f")Accessibility — WCAG contrast
Aa
#38380f on white: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38380f on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green22.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow73.2%
Key (black)78.0%
Color previews
#38380f text on a black background
contrast 1.74:1
Card sample
#38380f text on a white background
contrast 12.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38380f;
Background color
Panel with #38380f background
background-color: #38380f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38380f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 56, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 56, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38380f; background: linear-gradient(135deg, #38380f, #1D380F);