#458cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
69, 140, 223
HSL
212°, 71%, 57%
CMYK
69, 37, 0, 13
Luminance
0.2535
Every format
| HEX | #458cdf |
| RGB | rgb(69, 140, 223) |
| HSL | hsl(212, 71%, 57%) |
| CMYK | cmyk(69%, 37%, 0%, 13%) |
| LAB | lab(57.4 4.6 -48.8) |
| LCH | lch(57.4 49.0 275.3) |
| OKLCH | oklch(0.634 0.144 254.0) |
Copy-ready code
/* CSS */
color: #458cdf;
background-color: #458cdf;
/* Tailwind (arbitrary) */
class="text-[#458cdf] bg-[#458cdf]"
/* SCSS */
$brand: #458cdf;
/* SwiftUI */
Color(red: 0.271, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#458cdf")Accessibility — WCAG contrast
Aa
#458cdf on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#458cdf on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green54.9%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#458cdf text on a black background
contrast 6.07:1
Card sample
#458cdf text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #458cdf;
Background color
Panel with #458cdf background
background-color: #458cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #458cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #458cdf; background: linear-gradient(135deg, #458cdf, #6545DF);