#23063b
a deep, electric violet · warm · closest name: midnightblue
RGB
35, 6, 59
HSL
273°, 82%, 13%
CMYK
41, 90, 0, 77
Luminance
0.0080
Every format
| HEX | #23063b |
| RGB | rgb(35, 6, 59) |
| HSL | hsl(273, 82%, 13%) |
| CMYK | cmyk(41%, 90%, 0%, 77%) |
| LAB | lab(7.3 26.5 -27.5) |
| LCH | lch(7.3 38.2 313.9) |
| OKLCH | oklch(0.212 0.095 304.1) |
Copy-ready code
/* CSS */
color: #23063b;
background-color: #23063b;
/* Tailwind (arbitrary) */
class="text-[#23063b] bg-[#23063b]"
/* SCSS */
$brand: #23063b;
/* SwiftUI */
Color(red: 0.137, green: 0.024, blue: 0.231)
/* Android */
Color.parseColor("#23063b")Accessibility — WCAG contrast
Aa
#23063b on white: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#23063b on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green2.4%
Blue23.1%
CMYK percentages
Cyan40.7%
Magenta89.8%
Yellow0.0%
Key (black)76.9%
Color previews
#23063b text on a black background
contrast 1.16:1
Card sample
#23063b text on a white background
contrast 18.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23063b;
Background color
Panel with #23063b background
background-color: #23063b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23063b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 6, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 6, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23063b; background: linear-gradient(135deg, #23063b, #3B0630);