#2c2255
a deep, soft blue · warm · closest name: midnightblue
RGB
44, 34, 85
HSL
252°, 43%, 23%
CMYK
48, 60, 0, 67
Luminance
0.0234
Every format
| HEX | #2c2255 |
| RGB | rgb(44, 34, 85) |
| HSL | hsl(252, 43%, 23%) |
| CMYK | cmyk(48%, 60%, 0%, 67%) |
| LAB | lab(17.2 19.4 -29.5) |
| LCH | lch(17.2 35.3 303.3) |
| OKLCH | oklch(0.294 0.089 288.7) |
Copy-ready code
/* CSS */
color: #2c2255;
background-color: #2c2255;
/* Tailwind (arbitrary) */
class="text-[#2c2255] bg-[#2c2255]"
/* SCSS */
$brand: #2c2255;
/* SwiftUI */
Color(red: 0.173, green: 0.133, blue: 0.333)
/* Android */
Color.parseColor("#2c2255")Accessibility — WCAG contrast
Aa
#2c2255 on white: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c2255 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green13.3%
Blue33.3%
CMYK percentages
Cyan48.2%
Magenta60.0%
Yellow0.0%
Key (black)66.7%
Color previews
#2c2255 text on a black background
contrast 1.47:1
Card sample
#2c2255 text on a white background
contrast 14.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c2255;
Background color
Panel with #2c2255 background
background-color: #2c2255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c2255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 34, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 34, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c2255; background: linear-gradient(135deg, #2c2255, #4E2255);