#230c01
a deep, electric orange · warm · closest name: black
RGB
35, 12, 1
HSL
19°, 94%, 7%
CMYK
0, 66, 97, 86
Luminance
0.0062
Every format
| HEX | #230c01 |
| RGB | rgb(35, 12, 1) |
| HSL | hsl(19, 94%, 7%) |
| CMYK | cmyk(0%, 66%, 97%, 86%) |
| LAB | lab(5.6 9.8 8.2) |
| LCH | lch(5.6 12.8 40.0) |
| OKLCH | oklch(0.188 0.046 50.5) |
Copy-ready code
/* CSS */
color: #230c01;
background-color: #230c01;
/* Tailwind (arbitrary) */
class="text-[#230c01] bg-[#230c01]"
/* SCSS */
$brand: #230c01;
/* SwiftUI */
Color(red: 0.137, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#230c01")Accessibility — WCAG contrast
Aa
#230c01 on white: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#230c01 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow97.1%
Key (black)86.3%
Color previews
#230c01 text on a black background
contrast 1.12:1
Card sample
#230c01 text on a white background
contrast 18.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #230c01;
Background color
Panel with #230c01 background
background-color: #230c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #230c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #230c01; background: linear-gradient(135deg, #230c01, #232301);