#3b66af
a balanced, vivid blue · cool · closest name: steelblue
RGB
59, 102, 175
HSL
218°, 50%, 46%
CMYK
66, 42, 0, 31
Luminance
0.1353
Every format
| HEX | #3b66af |
| RGB | rgb(59, 102, 175) |
| HSL | hsl(218, 50%, 46%) |
| CMYK | cmyk(66%, 42%, 0%, 31%) |
| LAB | lab(43.5 9.2 -43.4) |
| LCH | lch(43.5 44.4 282.0) |
| OKLCH | oklch(0.516 0.126 260.3) |
Copy-ready code
/* CSS */
color: #3b66af;
background-color: #3b66af;
/* Tailwind (arbitrary) */
class="text-[#3b66af] bg-[#3b66af]"
/* SCSS */
$brand: #3b66af;
/* SwiftUI */
Color(red: 0.231, green: 0.400, blue: 0.686)
/* Android */
Color.parseColor("#3b66af")Accessibility — WCAG contrast
Aa
#3b66af on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3b66af on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green40.0%
Blue68.6%
CMYK percentages
Cyan66.3%
Magenta41.7%
Yellow0.0%
Key (black)31.4%
Color previews
#3b66af text on a black background
contrast 3.71:1
Card sample
#3b66af text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b66af;
Background color
Panel with #3b66af background
background-color: #3b66af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b66af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 102, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 102, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b66af; background: linear-gradient(135deg, #3b66af, #5D3BAF);