#133ade
a balanced, electric blue · warm · closest name: navy
RGB
19, 58, 222
HSL
229°, 84%, 47%
CMYK
91, 74, 0, 13
Luminance
0.0844
Every format
| HEX | #133ade |
| RGB | rgb(19, 58, 222) |
| HSL | hsl(229, 84%, 47%) |
| CMYK | cmyk(91%, 74%, 0%, 13%) |
| LAB | lab(34.9 50.7 -84.8) |
| LCH | lch(34.9 98.8 300.9) |
| OKLCH | oklch(0.459 0.247 265.1) |
Copy-ready code
/* CSS */
color: #133ade;
background-color: #133ade;
/* Tailwind (arbitrary) */
class="text-[#133ade] bg-[#133ade]"
/* SCSS */
$brand: #133ade;
/* SwiftUI */
Color(red: 0.075, green: 0.227, blue: 0.871)
/* Android */
Color.parseColor("#133ade")Accessibility — WCAG contrast
Aa
#133ade on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#133ade on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green22.7%
Blue87.1%
CMYK percentages
Cyan91.4%
Magenta73.9%
Yellow0.0%
Key (black)12.9%
Color previews
#133ade text on a black background
contrast 2.69:1
Card sample
#133ade text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #133ade;
Background color
Panel with #133ade background
background-color: #133ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #133ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 58, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 58, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #133ade; background: linear-gradient(135deg, #133ade, #7413DE);