#468ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
70, 138, 222
HSL
213°, 70%, 57%
CMYK
69, 38, 0, 13
Luminance
0.2475
Every format
| HEX | #468ade |
| RGB | rgb(70, 138, 222) |
| HSL | hsl(213, 70%, 57%) |
| CMYK | cmyk(69%, 38%, 0%, 13%) |
| LAB | lab(56.8 5.5 -49.1) |
| LCH | lch(56.8 49.4 276.4) |
| OKLCH | oklch(0.629 0.145 255.0) |
Copy-ready code
/* CSS */
color: #468ade;
background-color: #468ade;
/* Tailwind (arbitrary) */
class="text-[#468ade] bg-[#468ade]"
/* SCSS */
$brand: #468ade;
/* SwiftUI */
Color(red: 0.275, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#468ade")Accessibility — WCAG contrast
Aa
#468ade on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#468ade on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green54.1%
Blue87.1%
CMYK percentages
Cyan68.5%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#468ade text on a black background
contrast 5.95:1
Card sample
#468ade text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #468ade;
Background color
Panel with #468ade background
background-color: #468ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #468ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #468ade; background: linear-gradient(135deg, #468ade, #6846DE);