#2f243f
a deep, soft violet · warm · closest name: black
RGB
47, 36, 63
HSL
264°, 27%, 19%
CMYK
25, 43, 0, 75
Luminance
0.0222
Every format
| HEX | #2f243f |
| RGB | rgb(47, 36, 63) |
| HSL | hsl(264, 27%, 19%) |
| CMYK | cmyk(25%, 43%, 0%, 75%) |
| LAB | lab(16.6 11.9 -15.3) |
| LCH | lch(16.6 19.4 307.9) |
| OKLCH | oklch(0.286 0.050 302.1) |
Copy-ready code
/* CSS */
color: #2f243f;
background-color: #2f243f;
/* Tailwind (arbitrary) */
class="text-[#2f243f] bg-[#2f243f]"
/* SCSS */
$brand: #2f243f;
/* SwiftUI */
Color(red: 0.184, green: 0.141, blue: 0.247)
/* Android */
Color.parseColor("#2f243f")Accessibility — WCAG contrast
Aa
#2f243f on white: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f243f on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green14.1%
Blue24.7%
CMYK percentages
Cyan25.4%
Magenta42.9%
Yellow0.0%
Key (black)75.3%
Color previews
#2f243f text on a black background
contrast 1.44:1
Card sample
#2f243f text on a white background
contrast 14.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f243f;
Background color
Panel with #2f243f background
background-color: #2f243f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f243f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 36, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 36, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f243f; background: linear-gradient(135deg, #2f243f, #3F243D);