#363c01
a deep, electric yellow · cool · closest name: darkslategray
RGB
54, 60, 1
HSL
66°, 97%, 12%
CMYK
10, 0, 98, 77
Luminance
0.0402
Every format
| HEX | #363c01 |
| RGB | rgb(54, 60, 1) |
| HSL | hsl(66, 97%, 12%) |
| CMYK | cmyk(10%, 0%, 98%, 77%) |
| LAB | lab(23.7 -10.8 31.8) |
| LCH | lch(23.7 33.6 108.7) |
| OKLCH | oklch(0.339 0.077 115.9) |
Copy-ready code
/* CSS */
color: #363c01;
background-color: #363c01;
/* Tailwind (arbitrary) */
class="text-[#363c01] bg-[#363c01]"
/* SCSS */
$brand: #363c01;
/* SwiftUI */
Color(red: 0.212, green: 0.235, blue: 0.004)
/* Android */
Color.parseColor("#363c01")Accessibility — WCAG contrast
Aa
#363c01 on white: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#363c01 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green23.5%
Blue0.4%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow98.3%
Key (black)76.5%
Color previews
#363c01 text on a black background
contrast 1.80:1
Card sample
#363c01 text on a white background
contrast 11.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #363c01;
Background color
Panel with #363c01 background
background-color: #363c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #363c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 60, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 60, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #363c01; background: linear-gradient(135deg, #363c01, #0F3C01);