#1c1c0b
a deep, soft yellow · cool · closest name: black
RGB
28, 28, 11
HSL
60°, 44%, 8%
CMYK
0, 0, 61, 89
Luminance
0.0110
Every format
| HEX | #1c1c0b |
| RGB | rgb(28, 28, 11) |
| HSL | hsl(60, 44%, 8%) |
| CMYK | cmyk(0%, 0%, 61%, 89%) |
| LAB | lab(9.8 -3.4 10.1) |
| LCH | lch(9.8 10.6 108.6) |
| OKLCH | oklch(0.221 0.030 108.6) |
Copy-ready code
/* CSS */
color: #1c1c0b;
background-color: #1c1c0b;
/* Tailwind (arbitrary) */
class="text-[#1c1c0b] bg-[#1c1c0b]"
/* SCSS */
$brand: #1c1c0b;
/* SwiftUI */
Color(red: 0.110, green: 0.110, blue: 0.043)
/* Android */
Color.parseColor("#1c1c0b")Accessibility — WCAG contrast
Aa
#1c1c0b on white: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c1c0b on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green11.0%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow60.7%
Key (black)89.0%
Color previews
#1c1c0b text on a black background
contrast 1.22:1
Card sample
#1c1c0b text on a white background
contrast 17.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c1c0b;
Background color
Panel with #1c1c0b background
background-color: #1c1c0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c1c0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 28, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 28, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c1c0b; background: linear-gradient(135deg, #1c1c0b, #111C0B);