#1d35af
a dark, vivid blue · warm · closest name: slateblue
RGB
29, 53, 175
HSL
230°, 72%, 40%
CMYK
83, 70, 0, 31
Luminance
0.0590
Every format
| HEX | #1d35af |
| RGB | rgb(29, 53, 175) |
| HSL | hsl(230, 72%, 40%) |
| CMYK | cmyk(83%, 70%, 0%, 31%) |
| LAB | lab(29.2 37.5 -66.8) |
| LCH | lch(29.2 76.6 299.3) |
| OKLCH | oklch(0.404 0.194 267.2) |
Copy-ready code
/* CSS */
color: #1d35af;
background-color: #1d35af;
/* Tailwind (arbitrary) */
class="text-[#1d35af] bg-[#1d35af]"
/* SCSS */
$brand: #1d35af;
/* SwiftUI */
Color(red: 0.114, green: 0.208, blue: 0.686)
/* Android */
Color.parseColor("#1d35af")Accessibility — WCAG contrast
Aa
#1d35af on white: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1d35af on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green20.8%
Blue68.6%
CMYK percentages
Cyan83.4%
Magenta69.7%
Yellow0.0%
Key (black)31.4%
Color previews
#1d35af text on a black background
contrast 2.18:1
Card sample
#1d35af text on a white background
contrast 9.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1d35af;
Background color
Panel with #1d35af background
background-color: #1d35af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1d35af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 53, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 53, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1d35af; background: linear-gradient(135deg, #1d35af, #661DAF);