#185cdf
a balanced, electric blue · cool · closest name: royalblue
RGB
24, 92, 223
HSL
220°, 81%, 48%
CMYK
89, 59, 0, 13
Luminance
0.1318
Every format
| HEX | #185cdf |
| RGB | rgb(24, 92, 223) |
| HSL | hsl(220, 81%, 48%) |
| CMYK | cmyk(89%, 59%, 0%, 13%) |
| LAB | lab(43.0 30.1 -72.0) |
| LCH | lch(43.0 78.1 292.7) |
| OKLCH | oklch(0.520 0.211 261.9) |
Copy-ready code
/* CSS */
color: #185cdf;
background-color: #185cdf;
/* Tailwind (arbitrary) */
class="text-[#185cdf] bg-[#185cdf]"
/* SCSS */
$brand: #185cdf;
/* SwiftUI */
Color(red: 0.094, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#185cdf")Accessibility — WCAG contrast
Aa
#185cdf on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#185cdf on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green36.1%
Blue87.5%
CMYK percentages
Cyan89.2%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#185cdf text on a black background
contrast 3.64:1
Card sample
#185cdf text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #185cdf;
Background color
Panel with #185cdf background
background-color: #185cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #185cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #185cdf; background: linear-gradient(135deg, #185cdf, #5918DF);