#2c7bff
a balanced, electric blue · cool · closest name: royalblue
RGB
44, 123, 255
HSL
218°, 100%, 59%
CMYK
83, 52, 0, 0
Luminance
0.2192
Every format
| HEX | #2c7bff |
| RGB | rgb(44, 123, 255) |
| HSL | hsl(218, 100%, 59%) |
| CMYK | cmyk(83%, 52%, 0%, 0%) |
| LAB | lab(53.9 23.8 -72.2) |
| LCH | lch(53.9 76.0 288.2) |
| OKLCH | oklch(0.611 0.211 260.3) |
Copy-ready code
/* CSS */
color: #2c7bff;
background-color: #2c7bff;
/* Tailwind (arbitrary) */
class="text-[#2c7bff] bg-[#2c7bff]"
/* SCSS */
$brand: #2c7bff;
/* SwiftUI */
Color(red: 0.173, green: 0.482, blue: 1.000)
/* Android */
Color.parseColor("#2c7bff")Accessibility — WCAG contrast
Aa
#2c7bff on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c7bff on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green48.2%
Blue100.0%
CMYK percentages
Cyan82.7%
Magenta51.8%
Yellow0.0%
Key (black)0.0%
Color previews
#2c7bff text on a black background
contrast 5.38:1
Card sample
#2c7bff text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c7bff;
Background color
Panel with #2c7bff background
background-color: #2c7bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c7bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 123, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 123, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c7bff; background: linear-gradient(135deg, #2c7bff, #692CFF);