#35289f
a dark, vivid blue · warm · closest name: indigo
RGB
53, 40, 159
HSL
247°, 60%, 39%
CMYK
67, 75, 0, 38
Luminance
0.0478
Every format
| HEX | #35289f |
| RGB | rgb(53, 40, 159) |
| HSL | hsl(247, 60%, 39%) |
| CMYK | cmyk(67%, 75%, 0%, 38%) |
| LAB | lab(26.1 42.0 -62.1) |
| LCH | lch(26.1 75.0 304.1) |
| OKLCH | oklch(0.381 0.181 278.3) |
Copy-ready code
/* CSS */
color: #35289f;
background-color: #35289f;
/* Tailwind (arbitrary) */
class="text-[#35289f] bg-[#35289f]"
/* SCSS */
$brand: #35289f;
/* SwiftUI */
Color(red: 0.208, green: 0.157, blue: 0.624)
/* Android */
Color.parseColor("#35289f")Accessibility — WCAG contrast
Aa
#35289f on white: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35289f on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green15.7%
Blue62.4%
CMYK percentages
Cyan66.7%
Magenta74.8%
Yellow0.0%
Key (black)37.6%
Color previews
#35289f text on a black background
contrast 1.96:1
Card sample
#35289f text on a white background
contrast 10.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35289f;
Background color
Panel with #35289f background
background-color: #35289f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35289f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 40, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 40, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35289f; background: linear-gradient(135deg, #35289f, #84289F);