#230430
a deep, electric violet · warm · closest name: midnightblue
RGB
35, 4, 48
HSL
282°, 85%, 10%
CMYK
27, 92, 0, 81
Luminance
0.0066
Every format
| HEX | #230430 |
| RGB | rgb(35, 4, 48) |
| HSL | hsl(282, 85%, 10%) |
| CMYK | cmyk(27%, 92%, 0%, 81%) |
| LAB | lab(5.9 24.1 -21.6) |
| LCH | lch(5.9 32.3 318.1) |
| OKLCH | oklch(0.199 0.086 313.8) |
Copy-ready code
/* CSS */
color: #230430;
background-color: #230430;
/* Tailwind (arbitrary) */
class="text-[#230430] bg-[#230430]"
/* SCSS */
$brand: #230430;
/* SwiftUI */
Color(red: 0.137, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#230430")Accessibility — WCAG contrast
Aa
#230430 on white: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#230430 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green1.6%
Blue18.8%
CMYK percentages
Cyan27.1%
Magenta91.7%
Yellow0.0%
Key (black)81.2%
Color previews
#230430 text on a black background
contrast 1.13:1
Card sample
#230430 text on a white background
contrast 18.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #230430;
Background color
Panel with #230430 background
background-color: #230430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #230430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #230430; background: linear-gradient(135deg, #230430, #300420);