#2f78cf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
47, 120, 207
HSL
213°, 63%, 50%
CMYK
77, 42, 0, 19
Luminance
0.1854
Every format
| HEX | #2f78cf |
| RGB | rgb(47, 120, 207) |
| HSL | hsl(213, 63%, 50%) |
| CMYK | cmyk(77%, 42%, 0%, 19%) |
| LAB | lab(50.1 8.0 -51.4) |
| LCH | lch(50.1 52.0 278.9) |
| OKLCH | oklch(0.572 0.152 255.0) |
Copy-ready code
/* CSS */
color: #2f78cf;
background-color: #2f78cf;
/* Tailwind (arbitrary) */
class="text-[#2f78cf] bg-[#2f78cf]"
/* SCSS */
$brand: #2f78cf;
/* SwiftUI */
Color(red: 0.184, green: 0.471, blue: 0.812)
/* Android */
Color.parseColor("#2f78cf")Accessibility — WCAG contrast
Aa
#2f78cf on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f78cf on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green47.1%
Blue81.2%
CMYK percentages
Cyan77.3%
Magenta42.0%
Yellow0.0%
Key (black)18.8%
Color previews
#2f78cf text on a black background
contrast 4.71:1
Card sample
#2f78cf text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f78cf;
Background color
Panel with #2f78cf background
background-color: #2f78cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f78cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 120, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 120, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f78cf; background: linear-gradient(135deg, #2f78cf, #512FCF);