#35239b
a dark, vivid blue · warm · closest name: indigo
RGB
53, 35, 155
HSL
249°, 63%, 37%
CMYK
66, 77, 0, 39
Luminance
0.0433
Every format
| HEX | #35239b |
| RGB | rgb(53, 35, 155) |
| HSL | hsl(249, 63%, 37%) |
| CMYK | cmyk(66%, 77%, 0%, 39%) |
| LAB | lab(24.7 43.5 -62.0) |
| LCH | lch(24.7 75.7 305.1) |
| OKLCH | oklch(0.370 0.181 279.6) |
Copy-ready code
/* CSS */
color: #35239b;
background-color: #35239b;
/* Tailwind (arbitrary) */
class="text-[#35239b] bg-[#35239b]"
/* SCSS */
$brand: #35239b;
/* SwiftUI */
Color(red: 0.208, green: 0.137, blue: 0.608)
/* Android */
Color.parseColor("#35239b")Accessibility — WCAG contrast
Aa
#35239b on white: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35239b on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green13.7%
Blue60.8%
CMYK percentages
Cyan65.8%
Magenta77.4%
Yellow0.0%
Key (black)39.2%
Color previews
#35239b text on a black background
contrast 1.87:1
Card sample
#35239b text on a white background
contrast 11.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35239b;
Background color
Panel with #35239b background
background-color: #35239b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35239b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 35, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 35, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35239b; background: linear-gradient(135deg, #35239b, #85239B);