#40233f
a deep, soft magenta / pink · warm · closest name: black
RGB
64, 35, 63
HSL
302°, 29%, 19%
CMYK
0, 45, 2, 75
Luminance
0.0265
Every format
| HEX | #40233f |
| RGB | rgb(64, 35, 63) |
| HSL | hsl(302, 29%, 19%) |
| CMYK | cmyk(0%, 45%, 2%, 75%) |
| LAB | lab(18.6 19.0 -12.1) |
| LCH | lch(18.6 22.5 327.6) |
| OKLCH | oklch(0.306 0.063 328.2) |
Copy-ready code
/* CSS */
color: #40233f;
background-color: #40233f;
/* Tailwind (arbitrary) */
class="text-[#40233f] bg-[#40233f]"
/* SCSS */
$brand: #40233f;
/* SwiftUI */
Color(red: 0.251, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#40233f")Accessibility — WCAG contrast
Aa
#40233f on white: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#40233f on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow1.6%
Key (black)74.9%
Color previews
#40233f text on a black background
contrast 1.53:1
Card sample
#40233f text on a white background
contrast 13.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40233f;
Background color
Panel with #40233f background
background-color: #40233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40233f; background: linear-gradient(135deg, #40233f, #40232C);