#2c5ccc
a balanced, vivid blue · cool · closest name: royalblue
RGB
44, 92, 204
HSL
222°, 65%, 49%
CMYK
78, 55, 0, 20
Luminance
0.1255
Every format
| HEX | #2c5ccc |
| RGB | rgb(44, 92, 204) |
| HSL | hsl(222, 65%, 49%) |
| CMYK | cmyk(78%, 55%, 0%, 20%) |
| LAB | lab(42.1 24.4 -62.6) |
| LCH | lch(42.1 67.2 291.3) |
| OKLCH | oklch(0.509 0.182 263.7) |
Copy-ready code
/* CSS */
color: #2c5ccc;
background-color: #2c5ccc;
/* Tailwind (arbitrary) */
class="text-[#2c5ccc] bg-[#2c5ccc]"
/* SCSS */
$brand: #2c5ccc;
/* SwiftUI */
Color(red: 0.173, green: 0.361, blue: 0.800)
/* Android */
Color.parseColor("#2c5ccc")Accessibility — WCAG contrast
Aa
#2c5ccc on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c5ccc on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green36.1%
Blue80.0%
CMYK percentages
Cyan78.4%
Magenta54.9%
Yellow0.0%
Key (black)20.0%
Color previews
#2c5ccc text on a black background
contrast 3.51:1
Card sample
#2c5ccc text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c5ccc;
Background color
Panel with #2c5ccc background
background-color: #2c5ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c5ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 92, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 92, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c5ccc; background: linear-gradient(135deg, #2c5ccc, #672CCC);