#456cdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
69, 108, 223
HSL
225°, 71%, 57%
CMYK
69, 52, 0, 13
Luminance
0.1732
Every format
| HEX | #456cdf |
| RGB | rgb(69, 108, 223) |
| HSL | hsl(225, 71%, 57%) |
| CMYK | cmyk(69%, 52%, 0%, 13%) |
| LAB | lab(48.7 24.2 -62.8) |
| LCH | lch(48.7 67.3 291.1) |
| OKLCH | oklch(0.566 0.181 266.5) |
Copy-ready code
/* CSS */
color: #456cdf;
background-color: #456cdf;
/* Tailwind (arbitrary) */
class="text-[#456cdf] bg-[#456cdf]"
/* SCSS */
$brand: #456cdf;
/* SwiftUI */
Color(red: 0.271, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#456cdf")Accessibility — WCAG contrast
Aa
#456cdf on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#456cdf on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green42.4%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#456cdf text on a black background
contrast 4.46:1
Card sample
#456cdf text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #456cdf;
Background color
Panel with #456cdf background
background-color: #456cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #456cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #456cdf; background: linear-gradient(135deg, #456cdf, #8545DF);