#230374
a deep, electric violet · warm · closest name: navy
RGB
35, 3, 116
HSL
257°, 95%, 23%
CMYK
70, 97, 0, 55
Luminance
0.0168
Every format
| HEX | #230374 |
| RGB | rgb(35, 3, 116) |
| HSL | hsl(257, 95%, 23%) |
| CMYK | cmyk(70%, 97%, 0%, 55%) |
| LAB | lab(13.7 44.0 -55.7) |
| LCH | lch(13.7 71.0 308.3) |
| OKLCH | oklch(0.277 0.163 280.4) |
Copy-ready code
/* CSS */
color: #230374;
background-color: #230374;
/* Tailwind (arbitrary) */
class="text-[#230374] bg-[#230374]"
/* SCSS */
$brand: #230374;
/* SwiftUI */
Color(red: 0.137, green: 0.012, blue: 0.455)
/* Android */
Color.parseColor("#230374")Accessibility — WCAG contrast
Aa
#230374 on white: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#230374 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green1.2%
Blue45.5%
CMYK percentages
Cyan69.8%
Magenta97.4%
Yellow0.0%
Key (black)54.5%
Color previews
#230374 text on a black background
contrast 1.34:1
Card sample
#230374 text on a white background
contrast 15.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #230374;
Background color
Panel with #230374 background
background-color: #230374;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #230374;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 3, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 3, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #230374; background: linear-gradient(135deg, #230374, #6E0374);