#2c71ff
a balanced, electric blue · cool · closest name: royalblue
RGB
44, 113, 255
HSL
220°, 100%, 59%
CMYK
83, 56, 0, 0
Luminance
0.1957
Every format
| HEX | #2c71ff |
| RGB | rgb(44, 113, 255) |
| HSL | hsl(220, 100%, 59%) |
| CMYK | cmyk(83%, 56%, 0%, 0%) |
| LAB | lab(51.3 30.1 -76.4) |
| LCH | lch(51.3 82.1 291.5) |
| OKLCH | oklch(0.591 0.223 262.4) |
Copy-ready code
/* CSS */
color: #2c71ff;
background-color: #2c71ff;
/* Tailwind (arbitrary) */
class="text-[#2c71ff] bg-[#2c71ff]"
/* SCSS */
$brand: #2c71ff;
/* SwiftUI */
Color(red: 0.173, green: 0.443, blue: 1.000)
/* Android */
Color.parseColor("#2c71ff")Accessibility — WCAG contrast
Aa
#2c71ff on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c71ff on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green44.3%
Blue100.0%
CMYK percentages
Cyan82.7%
Magenta55.7%
Yellow0.0%
Key (black)0.0%
Color previews
#2c71ff text on a black background
contrast 4.91:1
Card sample
#2c71ff text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c71ff;
Background color
Panel with #2c71ff background
background-color: #2c71ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c71ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 113, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 113, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c71ff; background: linear-gradient(135deg, #2c71ff, #742CFF);