#111303
a deep, vivid yellow · cool · closest name: black
RGB
17, 19, 3
HSL
68°, 73%, 4%
CMYK
11, 0, 84, 93
Luminance
0.0059
Every format
| HEX | #111303 |
| RGB | rgb(17, 19, 3) |
| HSL | hsl(68, 73%, 4%) |
| CMYK | cmyk(11%, 0%, 84%, 93%) |
| LAB | lab(5.3 -3.4 6.7) |
| LCH | lch(5.3 7.5 116.5) |
| OKLCH | oklch(0.179 0.032 114.9) |
Copy-ready code
/* CSS */
color: #111303;
background-color: #111303;
/* Tailwind (arbitrary) */
class="text-[#111303] bg-[#111303]"
/* SCSS */
$brand: #111303;
/* SwiftUI */
Color(red: 0.067, green: 0.075, blue: 0.012)
/* Android */
Color.parseColor("#111303")Accessibility — WCAG contrast
Aa
#111303 on white: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111303 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green7.5%
Blue1.2%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow84.2%
Key (black)92.5%
Color previews
#111303 text on a black background
contrast 1.12:1
Card sample
#111303 text on a white background
contrast 18.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111303;
Background color
Panel with #111303 background
background-color: #111303;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111303;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 19, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 19, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111303; background: linear-gradient(135deg, #111303, #061303);