#2c255f
a dark, soft blue · warm · closest name: midnightblue
RGB
44, 37, 95
HSL
247°, 44%, 26%
CMYK
54, 61, 0, 63
Luminance
0.0268
Every format
| HEX | #2c255f |
| RGB | rgb(44, 37, 95) |
| HSL | hsl(247, 44%, 26%) |
| CMYK | cmyk(54%, 61%, 0%, 63%) |
| LAB | lab(18.7 20.7 -33.7) |
| LCH | lch(18.7 39.5 301.6) |
| OKLCH | oklch(0.308 0.099 284.4) |
Copy-ready code
/* CSS */
color: #2c255f;
background-color: #2c255f;
/* Tailwind (arbitrary) */
class="text-[#2c255f] bg-[#2c255f]"
/* SCSS */
$brand: #2c255f;
/* SwiftUI */
Color(red: 0.173, green: 0.145, blue: 0.373)
/* Android */
Color.parseColor("#2c255f")Accessibility — WCAG contrast
Aa
#2c255f on white: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c255f on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green14.5%
Blue37.3%
CMYK percentages
Cyan53.7%
Magenta61.1%
Yellow0.0%
Key (black)62.7%
Color previews
#2c255f text on a black background
contrast 1.54:1
Card sample
#2c255f text on a white background
contrast 13.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c255f;
Background color
Panel with #2c255f background
background-color: #2c255f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c255f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 37, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 37, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c255f; background: linear-gradient(135deg, #2c255f, #53255F);