#270c01
a deep, electric orange · warm · closest name: black
RGB
39, 12, 1
HSL
17°, 95%, 8%
CMYK
0, 69, 97, 85
Luminance
0.0070
Every format
| HEX | #270c01 |
| RGB | rgb(39, 12, 1) |
| HSL | hsl(17, 95%, 8%) |
| CMYK | cmyk(0%, 69%, 97%, 85%) |
| LAB | lab(6.3 12.5 9.3) |
| LCH | lch(6.3 15.6 36.5) |
| OKLCH | oklch(0.196 0.051 46.6) |
Copy-ready code
/* CSS */
color: #270c01;
background-color: #270c01;
/* Tailwind (arbitrary) */
class="text-[#270c01] bg-[#270c01]"
/* SCSS */
$brand: #270c01;
/* SwiftUI */
Color(red: 0.153, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#270c01")Accessibility — WCAG contrast
Aa
#270c01 on white: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#270c01 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow97.4%
Key (black)84.7%
Color previews
#270c01 text on a black background
contrast 1.14:1
Card sample
#270c01 text on a white background
contrast 18.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #270c01;
Background color
Panel with #270c01 background
background-color: #270c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #270c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #270c01; background: linear-gradient(135deg, #270c01, #272501);