#133cdf
a balanced, electric blue · warm · closest name: navy
RGB
19, 60, 223
HSL
228°, 84%, 48%
CMYK
92, 73, 0, 13
Luminance
0.0870
Every format
| HEX | #133cdf |
| RGB | rgb(19, 60, 223) |
| HSL | hsl(228, 84%, 48%) |
| CMYK | cmyk(92%, 73%, 0%, 13%) |
| LAB | lab(35.4 49.9 -84.6) |
| LCH | lch(35.4 98.2 300.5) |
| OKLCH | oklch(0.463 0.246 265.0) |
Copy-ready code
/* CSS */
color: #133cdf;
background-color: #133cdf;
/* Tailwind (arbitrary) */
class="text-[#133cdf] bg-[#133cdf]"
/* SCSS */
$brand: #133cdf;
/* SwiftUI */
Color(red: 0.075, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#133cdf")Accessibility — WCAG contrast
Aa
#133cdf on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#133cdf on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green23.5%
Blue87.5%
CMYK percentages
Cyan91.5%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#133cdf text on a black background
contrast 2.74:1
Card sample
#133cdf text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #133cdf;
Background color
Panel with #133cdf background
background-color: #133cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #133cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #133cdf; background: linear-gradient(135deg, #133cdf, #7213DF);