#468fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
70, 143, 223
HSL
211°, 71%, 58%
CMYK
69, 36, 0, 13
Luminance
0.2627
Every format
| HEX | #468fdf |
| RGB | rgb(70, 143, 223) |
| HSL | hsl(211, 71%, 58%) |
| CMYK | cmyk(69%, 36%, 0%, 13%) |
| LAB | lab(58.3 2.9 -47.4) |
| LCH | lch(58.3 47.5 273.5) |
| OKLCH | oklch(0.641 0.141 252.7) |
Copy-ready code
/* CSS */
color: #468fdf;
background-color: #468fdf;
/* Tailwind (arbitrary) */
class="text-[#468fdf] bg-[#468fdf]"
/* SCSS */
$brand: #468fdf;
/* SwiftUI */
Color(red: 0.275, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#468fdf")Accessibility — WCAG contrast
Aa
#468fdf on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#468fdf on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green56.1%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#468fdf text on a black background
contrast 6.25:1
Card sample
#468fdf text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #468fdf;
Background color
Panel with #468fdf background
background-color: #468fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #468fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #468fdf; background: linear-gradient(135deg, #468fdf, #6346DF);