#232113
a deep, soft yellow · cool · closest name: black
RGB
35, 33, 19
HSL
53°, 30%, 11%
CMYK
0, 6, 46, 86
Luminance
0.0149
Every format
| HEX | #232113 |
| RGB | rgb(35, 33, 19) |
| HSL | hsl(53, 30%, 11%) |
| CMYK | cmyk(0%, 6%, 46%, 86%) |
| LAB | lab(12.6 -1.9 9.7) |
| LCH | lch(12.6 9.9 100.9) |
| OKLCH | oklch(0.245 0.025 101.1) |
Copy-ready code
/* CSS */
color: #232113;
background-color: #232113;
/* Tailwind (arbitrary) */
class="text-[#232113] bg-[#232113]"
/* SCSS */
$brand: #232113;
/* SwiftUI */
Color(red: 0.137, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#232113")Accessibility — WCAG contrast
Aa
#232113 on white: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232113 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green12.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta5.7%
Yellow45.7%
Key (black)86.3%
Color previews
#232113 text on a black background
contrast 1.30:1
Card sample
#232113 text on a white background
contrast 16.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232113;
Background color
Panel with #232113 background
background-color: #232113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232113; background: linear-gradient(135deg, #232113, #1A2313);