#2c7fda
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
44, 127, 218
HSL
211°, 70%, 51%
CMYK
80, 42, 0, 15
Luminance
0.2078
Every format
| HEX | #2c7fda |
| RGB | rgb(44, 127, 218) |
| HSL | hsl(211, 70%, 51%) |
| CMYK | cmyk(80%, 42%, 0%, 15%) |
| LAB | lab(52.7 7.5 -53.5) |
| LCH | lch(52.7 54.0 278.0) |
| OKLCH | oklch(0.594 0.160 253.8) |
Copy-ready code
/* CSS */
color: #2c7fda;
background-color: #2c7fda;
/* Tailwind (arbitrary) */
class="text-[#2c7fda] bg-[#2c7fda]"
/* SCSS */
$brand: #2c7fda;
/* SwiftUI */
Color(red: 0.173, green: 0.498, blue: 0.855)
/* Android */
Color.parseColor("#2c7fda")Accessibility — WCAG contrast
Aa
#2c7fda on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c7fda on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green49.8%
Blue85.5%
CMYK percentages
Cyan79.8%
Magenta41.7%
Yellow0.0%
Key (black)14.5%
Color previews
#2c7fda text on a black background
contrast 5.16:1
Card sample
#2c7fda text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c7fda;
Background color
Panel with #2c7fda background
background-color: #2c7fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c7fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 127, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 127, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c7fda; background: linear-gradient(135deg, #2c7fda, #4D2CDA);