#2c2c71
a dark, soft blue · warm · closest name: midnightblue
RGB
44, 44, 113
HSL
240°, 44%, 31%
CMYK
61, 61, 0, 56
Luminance
0.0353
Every format
| HEX | #2c2c71 |
| RGB | rgb(44, 44, 113) |
| HSL | hsl(240, 44%, 31%) |
| CMYK | cmyk(61%, 61%, 0%, 56%) |
| LAB | lab(22.1 22.3 -40.0) |
| LCH | lch(22.1 45.8 299.2) |
| OKLCH | oklch(0.337 0.116 278.2) |
Copy-ready code
/* CSS */
color: #2c2c71;
background-color: #2c2c71;
/* Tailwind (arbitrary) */
class="text-[#2c2c71] bg-[#2c2c71]"
/* SCSS */
$brand: #2c2c71;
/* SwiftUI */
Color(red: 0.173, green: 0.173, blue: 0.443)
/* Android */
Color.parseColor("#2c2c71")Accessibility — WCAG contrast
Aa
#2c2c71 on white: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c2c71 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green17.3%
Blue44.3%
CMYK percentages
Cyan61.1%
Magenta61.1%
Yellow0.0%
Key (black)55.7%
Color previews
#2c2c71 text on a black background
contrast 1.71:1
Card sample
#2c2c71 text on a white background
contrast 12.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c2c71;
Background color
Panel with #2c2c71 background
background-color: #2c2c71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c2c71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 44, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 44, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c2c71; background: linear-gradient(135deg, #2c2c71, #5A2C71);