#2c4ccf
a balanced, vivid blue · warm · closest name: royalblue
RGB
44, 76, 207
HSL
228°, 65%, 49%
CMYK
79, 63, 0, 19
Luminance
0.1021
Every format
| HEX | #2c4ccf |
| RGB | rgb(44, 76, 207) |
| HSL | hsl(228, 65%, 49%) |
| CMYK | cmyk(79%, 63%, 0%, 19%) |
| LAB | lab(38.2 35.8 -70.7) |
| LCH | lch(38.2 79.2 296.9) |
| OKLCH | oklch(0.481 0.205 267.2) |
Copy-ready code
/* CSS */
color: #2c4ccf;
background-color: #2c4ccf;
/* Tailwind (arbitrary) */
class="text-[#2c4ccf] bg-[#2c4ccf]"
/* SCSS */
$brand: #2c4ccf;
/* SwiftUI */
Color(red: 0.173, green: 0.298, blue: 0.812)
/* Android */
Color.parseColor("#2c4ccf")Accessibility — WCAG contrast
Aa
#2c4ccf on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c4ccf on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green29.8%
Blue81.2%
CMYK percentages
Cyan78.7%
Magenta63.3%
Yellow0.0%
Key (black)18.8%
Color previews
#2c4ccf text on a black background
contrast 3.04:1
Card sample
#2c4ccf text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c4ccf;
Background color
Panel with #2c4ccf background
background-color: #2c4ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c4ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 76, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 76, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c4ccf; background: linear-gradient(135deg, #2c4ccf, #792CCF);