#2c5fcf
a balanced, vivid blue · cool · closest name: royalblue
RGB
44, 95, 207
HSL
221°, 65%, 49%
CMYK
79, 54, 0, 19
Luminance
0.1322
Every format
| HEX | #2c5fcf |
| RGB | rgb(44, 95, 207) |
| HSL | hsl(221, 65%, 49%) |
| CMYK | cmyk(79%, 54%, 0%, 19%) |
| LAB | lab(43.1 23.6 -62.7) |
| LCH | lch(43.1 67.0 290.6) |
| OKLCH | oklch(0.518 0.182 263.1) |
Copy-ready code
/* CSS */
color: #2c5fcf;
background-color: #2c5fcf;
/* Tailwind (arbitrary) */
class="text-[#2c5fcf] bg-[#2c5fcf]"
/* SCSS */
$brand: #2c5fcf;
/* SwiftUI */
Color(red: 0.173, green: 0.373, blue: 0.812)
/* Android */
Color.parseColor("#2c5fcf")Accessibility — WCAG contrast
Aa
#2c5fcf on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c5fcf on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green37.3%
Blue81.2%
CMYK percentages
Cyan78.7%
Magenta54.1%
Yellow0.0%
Key (black)18.8%
Color previews
#2c5fcf text on a black background
contrast 3.64:1
Card sample
#2c5fcf text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c5fcf;
Background color
Panel with #2c5fcf background
background-color: #2c5fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c5fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 95, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 95, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c5fcf; background: linear-gradient(135deg, #2c5fcf, #662CCF);