#231627
a deep, soft violet · warm · closest name: black
RGB
35, 22, 39
HSL
286°, 28%, 12%
CMYK
10, 44, 0, 85
Luminance
0.0108
Every format
| HEX | #231627 |
| RGB | rgb(35, 22, 39) |
| HSL | hsl(286, 28%, 12%) |
| CMYK | cmyk(10%, 44%, 0%, 85%) |
| LAB | lab(9.6 10.5 -9.1) |
| LCH | lch(9.6 13.9 319.2) |
| OKLCH | oklch(0.225 0.037 318.1) |
Copy-ready code
/* CSS */
color: #231627;
background-color: #231627;
/* Tailwind (arbitrary) */
class="text-[#231627] bg-[#231627]"
/* SCSS */
$brand: #231627;
/* SwiftUI */
Color(red: 0.137, green: 0.086, blue: 0.153)
/* Android */
Color.parseColor("#231627")Accessibility — WCAG contrast
Aa
#231627 on white: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#231627 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green8.6%
Blue15.3%
CMYK percentages
Cyan10.3%
Magenta43.6%
Yellow0.0%
Key (black)84.7%
Color previews
#231627 text on a black background
contrast 1.22:1
Card sample
#231627 text on a white background
contrast 17.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #231627;
Background color
Panel with #231627 background
background-color: #231627;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #231627;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 22, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 22, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #231627; background: linear-gradient(135deg, #231627, #271620);