#285cdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
40, 92, 223
HSL
223°, 74%, 52%
CMYK
82, 59, 0, 13
Luminance
0.1343
Every format
| HEX | #285cdf |
| RGB | rgb(40, 92, 223) |
| HSL | hsl(223, 74%, 52%) |
| CMYK | cmyk(82%, 59%, 0%, 13%) |
| LAB | lab(43.4 31.2 -71.4) |
| LCH | lch(43.4 77.9 293.6) |
| OKLCH | oklch(0.523 0.207 264.0) |
Copy-ready code
/* CSS */
color: #285cdf;
background-color: #285cdf;
/* Tailwind (arbitrary) */
class="text-[#285cdf] bg-[#285cdf]"
/* SCSS */
$brand: #285cdf;
/* SwiftUI */
Color(red: 0.157, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#285cdf")Accessibility — WCAG contrast
Aa
#285cdf on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#285cdf on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green36.1%
Blue87.5%
CMYK percentages
Cyan82.1%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#285cdf text on a black background
contrast 3.69:1
Card sample
#285cdf text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #285cdf;
Background color
Panel with #285cdf background
background-color: #285cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #285cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #285cdf; background: linear-gradient(135deg, #285cdf, #6E28DF);