#272913
a deep, soft yellow · cool · closest name: black
RGB
39, 41, 19
HSL
66°, 37%, 12%
CMYK
5, 0, 54, 84
Luminance
0.0206
Every format
| HEX | #272913 |
| RGB | rgb(39, 41, 19) |
| HSL | hsl(66, 37%, 12%) |
| CMYK | cmyk(5%, 0%, 54%, 84%) |
| LAB | lab(15.8 -5.2 14.1) |
| LCH | lch(15.8 15.0 110.3) |
| OKLCH | oklch(0.273 0.037 113.1) |
Copy-ready code
/* CSS */
color: #272913;
background-color: #272913;
/* Tailwind (arbitrary) */
class="text-[#272913] bg-[#272913]"
/* SCSS */
$brand: #272913;
/* SwiftUI */
Color(red: 0.153, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#272913")Accessibility — WCAG contrast
Aa
#272913 on white: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#272913 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green16.1%
Blue7.5%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#272913 text on a black background
contrast 1.41:1
Card sample
#272913 text on a white background
contrast 14.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #272913;
Background color
Panel with #272913 background
background-color: #272913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #272913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #272913; background: linear-gradient(135deg, #272913, #182913);