#272200
a deep, electric yellow · cool · closest name: black
RGB
39, 34, 0
HSL
52°, 100%, 8%
CMYK
0, 13, 100, 85
Luminance
0.0158
Every format
| HEX | #272200 |
| RGB | rgb(39, 34, 0) |
| HSL | hsl(52, 100%, 8%) |
| CMYK | cmyk(0%, 13%, 100%, 85%) |
| LAB | lab(13.1 -2.5 19.3) |
| LCH | lch(13.1 19.4 97.5) |
| OKLCH | oklch(0.250 0.052 101.3) |
Copy-ready code
/* CSS */
color: #272200;
background-color: #272200;
/* Tailwind (arbitrary) */
class="text-[#272200] bg-[#272200]"
/* SCSS */
$brand: #272200;
/* SwiftUI */
Color(red: 0.153, green: 0.133, blue: 0.000)
/* Android */
Color.parseColor("#272200")Accessibility — WCAG contrast
Aa
#272200 on white: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#272200 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green13.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow100.0%
Key (black)84.7%
Color previews
#272200 text on a black background
contrast 1.32:1
Card sample
#272200 text on a white background
contrast 15.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #272200;
Background color
Panel with #272200 background
background-color: #272200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #272200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 34, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 34, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #272200; background: linear-gradient(135deg, #272200, #122700);