#3d33cd
a balanced, vivid blue · warm · closest name: navy
RGB
61, 51, 205
HSL
244°, 61%, 50%
CMYK
70, 75, 0, 20
Luminance
0.0777
Every format
| HEX | #3d33cd |
| RGB | rgb(61, 51, 205) |
| HSL | hsl(244, 61%, 50%) |
| CMYK | cmyk(70%, 75%, 0%, 20%) |
| LAB | lab(33.5 51.5 -77.3) |
| LCH | lch(33.5 92.9 303.7) |
| OKLCH | oklch(0.449 0.224 275.3) |
Copy-ready code
/* CSS */
color: #3d33cd;
background-color: #3d33cd;
/* Tailwind (arbitrary) */
class="text-[#3d33cd] bg-[#3d33cd]"
/* SCSS */
$brand: #3d33cd;
/* SwiftUI */
Color(red: 0.239, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#3d33cd")Accessibility — WCAG contrast
Aa
#3d33cd on white: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d33cd on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green20.0%
Blue80.4%
CMYK percentages
Cyan70.2%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#3d33cd text on a black background
contrast 2.55:1
Card sample
#3d33cd text on a white background
contrast 8.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d33cd;
Background color
Panel with #3d33cd background
background-color: #3d33cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d33cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d33cd; background: linear-gradient(135deg, #3d33cd, #A433CD);