#152cdf
a balanced, electric blue · warm · closest name: blue
RGB
21, 44, 223
HSL
233°, 83%, 48%
CMYK
91, 80, 0, 13
Luminance
0.0729
Every format
| HEX | #152cdf |
| RGB | rgb(21, 44, 223) |
| HSL | hsl(233, 83%, 48%) |
| CMYK | cmyk(91%, 80%, 0%, 13%) |
| LAB | lab(32.5 58.5 -89.4) |
| LCH | lch(32.5 106.9 303.2) |
| OKLCH | oklch(0.443 0.260 265.9) |
Copy-ready code
/* CSS */
color: #152cdf;
background-color: #152cdf;
/* Tailwind (arbitrary) */
class="text-[#152cdf] bg-[#152cdf]"
/* SCSS */
$brand: #152cdf;
/* SwiftUI */
Color(red: 0.082, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#152cdf")Accessibility — WCAG contrast
Aa
#152cdf on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#152cdf on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green17.3%
Blue87.5%
CMYK percentages
Cyan90.6%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#152cdf text on a black background
contrast 2.46:1
Card sample
#152cdf text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #152cdf;
Background color
Panel with #152cdf background
background-color: #152cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #152cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #152cdf; background: linear-gradient(135deg, #152cdf, #8515DF);