#285cd2
a balanced, vivid blue · cool · closest name: royalblue
RGB
40, 92, 210
HSL
222°, 68%, 49%
CMYK
81, 56, 0, 18
Luminance
0.1276
Every format
| HEX | #285cd2 |
| RGB | rgb(40, 92, 210) |
| HSL | hsl(222, 68%, 49%) |
| CMYK | cmyk(81%, 56%, 0%, 18%) |
| LAB | lab(42.4 26.3 -65.6) |
| LCH | lch(42.4 70.7 291.8) |
| OKLCH | oklch(0.513 0.191 263.3) |
Copy-ready code
/* CSS */
color: #285cd2;
background-color: #285cd2;
/* Tailwind (arbitrary) */
class="text-[#285cd2] bg-[#285cd2]"
/* SCSS */
$brand: #285cd2;
/* SwiftUI */
Color(red: 0.157, green: 0.361, blue: 0.824)
/* Android */
Color.parseColor("#285cd2")Accessibility — WCAG contrast
Aa
#285cd2 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#285cd2 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green36.1%
Blue82.4%
CMYK percentages
Cyan81.0%
Magenta56.2%
Yellow0.0%
Key (black)17.6%
Color previews
#285cd2 text on a black background
contrast 3.55:1
Card sample
#285cd2 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #285cd2;
Background color
Panel with #285cd2 background
background-color: #285cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #285cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 92, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 92, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #285cd2; background: linear-gradient(135deg, #285cd2, #6528D2);