#282947
a deep, soft blue · warm · closest name: black
RGB
40, 41, 71
HSL
238°, 28%, 22%
CMYK
44, 42, 0, 72
Luminance
0.0249
Every format
| HEX | #282947 |
| RGB | rgb(40, 41, 71) |
| HSL | hsl(238, 28%, 22%) |
| CMYK | cmyk(44%, 42%, 0%, 72%) |
| LAB | lab(17.9 8.5 -18.9) |
| LCH | lch(17.9 20.7 294.1) |
| OKLCH | oklch(0.295 0.054 281.1) |
Copy-ready code
/* CSS */
color: #282947;
background-color: #282947;
/* Tailwind (arbitrary) */
class="text-[#282947] bg-[#282947]"
/* SCSS */
$brand: #282947;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.278)
/* Android */
Color.parseColor("#282947")Accessibility — WCAG contrast
Aa
#282947 on white: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282947 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue27.8%
CMYK percentages
Cyan43.7%
Magenta42.3%
Yellow0.0%
Key (black)72.2%
Color previews
#282947 text on a black background
contrast 1.50:1
Card sample
#282947 text on a white background
contrast 14.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282947;
Background color
Panel with #282947 background
background-color: #282947;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282947;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282947; background: linear-gradient(135deg, #282947, #3C2847);