#4476cf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
68, 118, 207
HSL
218°, 59%, 54%
CMYK
67, 43, 0, 19
Luminance
0.1869
Every format
| HEX | #4476cf |
| RGB | rgb(68, 118, 207) |
| HSL | hsl(218, 59%, 54%) |
| CMYK | cmyk(67%, 43%, 0%, 19%) |
| LAB | lab(50.3 12.1 -51.0) |
| LCH | lch(50.3 52.5 283.4) |
| OKLCH | oklch(0.576 0.148 261.0) |
Copy-ready code
/* CSS */
color: #4476cf;
background-color: #4476cf;
/* Tailwind (arbitrary) */
class="text-[#4476cf] bg-[#4476cf]"
/* SCSS */
$brand: #4476cf;
/* SwiftUI */
Color(red: 0.267, green: 0.463, blue: 0.812)
/* Android */
Color.parseColor("#4476cf")Accessibility — WCAG contrast
Aa
#4476cf on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4476cf on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green46.3%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta43.0%
Yellow0.0%
Key (black)18.8%
Color previews
#4476cf text on a black background
contrast 4.74:1
Card sample
#4476cf text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4476cf;
Background color
Panel with #4476cf background
background-color: #4476cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4476cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 118, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 118, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4476cf; background: linear-gradient(135deg, #4476cf, #6F44CF);