#23239c
a dark, vivid blue · warm · closest name: navy
RGB
35, 35, 156
HSL
240°, 63%, 38%
CMYK
78, 78, 0, 39
Luminance
0.0396
Every format
| HEX | #23239c |
| RGB | rgb(35, 35, 156) |
| HSL | hsl(240, 63%, 38%) |
| CMYK | cmyk(78%, 78%, 0%, 39%) |
| LAB | lab(23.5 42.1 -64.6) |
| LCH | lch(23.5 77.1 303.1) |
| OKLCH | oklch(0.359 0.187 271.9) |
Copy-ready code
/* CSS */
color: #23239c;
background-color: #23239c;
/* Tailwind (arbitrary) */
class="text-[#23239c] bg-[#23239c]"
/* SCSS */
$brand: #23239c;
/* SwiftUI */
Color(red: 0.137, green: 0.137, blue: 0.612)
/* Android */
Color.parseColor("#23239c")Accessibility — WCAG contrast
Aa
#23239c on white: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#23239c on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green13.7%
Blue61.2%
CMYK percentages
Cyan77.6%
Magenta77.6%
Yellow0.0%
Key (black)38.8%
Color previews
#23239c text on a black background
contrast 1.79:1
Card sample
#23239c text on a white background
contrast 11.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23239c;
Background color
Panel with #23239c background
background-color: #23239c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23239c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 35, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 35, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23239c; background: linear-gradient(135deg, #23239c, #74239C);