#4672cf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
70, 114, 207
HSL
221°, 59%, 54%
CMYK
66, 45, 0, 19
Luminance
0.1784
Every format
| HEX | #4672cf |
| RGB | rgb(70, 114, 207) |
| HSL | hsl(221, 59%, 54%) |
| CMYK | cmyk(66%, 45%, 0%, 19%) |
| LAB | lab(49.3 14.9 -52.7) |
| LCH | lch(49.3 54.7 285.8) |
| OKLCH | oklch(0.568 0.152 263.3) |
Copy-ready code
/* CSS */
color: #4672cf;
background-color: #4672cf;
/* Tailwind (arbitrary) */
class="text-[#4672cf] bg-[#4672cf]"
/* SCSS */
$brand: #4672cf;
/* SwiftUI */
Color(red: 0.275, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#4672cf")Accessibility — WCAG contrast
Aa
#4672cf on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4672cf on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green44.7%
Blue81.2%
CMYK percentages
Cyan66.2%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#4672cf text on a black background
contrast 4.57:1
Card sample
#4672cf text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4672cf;
Background color
Panel with #4672cf background
background-color: #4672cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4672cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4672cf; background: linear-gradient(135deg, #4672cf, #7546CF);