#38280f
a deep, vivid orange · warm · closest name: black
RGB
56, 40, 15
HSL
37°, 58%, 14%
CMYK
0, 29, 73, 78
Luminance
0.0239
Every format
| HEX | #38280f |
| RGB | rgb(56, 40, 15) |
| HSL | hsl(37, 58%, 14%) |
| CMYK | cmyk(0%, 29%, 73%, 78%) |
| LAB | lab(17.4 4.1 18.8) |
| LCH | lch(17.4 19.3 77.6) |
| OKLCH | oklch(0.290 0.045 76.4) |
Copy-ready code
/* CSS */
color: #38280f;
background-color: #38280f;
/* Tailwind (arbitrary) */
class="text-[#38280f] bg-[#38280f]"
/* SCSS */
$brand: #38280f;
/* SwiftUI */
Color(red: 0.220, green: 0.157, blue: 0.059)
/* Android */
Color.parseColor("#38280f")Accessibility — WCAG contrast
Aa
#38280f on white: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#38280f on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green15.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow73.2%
Key (black)78.0%
Color previews
#38280f text on a black background
contrast 1.48:1
Card sample
#38280f text on a white background
contrast 14.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #38280f;
Background color
Panel with #38280f background
background-color: #38280f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #38280f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 40, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 40, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #38280f; background: linear-gradient(135deg, #38280f, #2D380F);