#2c2cba
a balanced, vivid blue · warm · closest name: navy
RGB
44, 44, 186
HSL
240°, 62%, 45%
CMYK
76, 76, 0, 27
Luminance
0.0588
Every format
| HEX | #2c2cba |
| RGB | rgb(44, 44, 186) |
| HSL | hsl(240, 62%, 45%) |
| CMYK | cmyk(76%, 76%, 0%, 27%) |
| LAB | lab(29.1 47.7 -73.4) |
| LCH | lch(29.1 87.5 303.0) |
| OKLCH | oklch(0.409 0.213 271.9) |
Copy-ready code
/* CSS */
color: #2c2cba;
background-color: #2c2cba;
/* Tailwind (arbitrary) */
class="text-[#2c2cba] bg-[#2c2cba]"
/* SCSS */
$brand: #2c2cba;
/* SwiftUI */
Color(red: 0.173, green: 0.173, blue: 0.729)
/* Android */
Color.parseColor("#2c2cba")Accessibility — WCAG contrast
Aa
#2c2cba on white: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c2cba on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green17.3%
Blue72.9%
CMYK percentages
Cyan76.3%
Magenta76.3%
Yellow0.0%
Key (black)27.1%
Color previews
#2c2cba text on a black background
contrast 2.18:1
Card sample
#2c2cba text on a white background
contrast 9.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c2cba;
Background color
Panel with #2c2cba background
background-color: #2c2cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c2cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 44, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 44, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c2cba; background: linear-gradient(135deg, #2c2cba, #8B2CBA);