#282963
a dark, soft blue · warm · closest name: midnightblue
RGB
40, 41, 99
HSL
239°, 42%, 27%
CMYK
60, 59, 0, 61
Luminance
0.0294
Every format
| HEX | #282963 |
| RGB | rgb(40, 41, 99) |
| HSL | hsl(239, 42%, 27%) |
| CMYK | cmyk(60%, 59%, 0%, 61%) |
| LAB | lab(19.8 18.5 -34.6) |
| LCH | lch(19.8 39.2 298.1) |
| OKLCH | oklch(0.316 0.100 278.3) |
Copy-ready code
/* CSS */
color: #282963;
background-color: #282963;
/* Tailwind (arbitrary) */
class="text-[#282963] bg-[#282963]"
/* SCSS */
$brand: #282963;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.388)
/* Android */
Color.parseColor("#282963")Accessibility — WCAG contrast
Aa
#282963 on white: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282963 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue38.8%
CMYK percentages
Cyan59.6%
Magenta58.6%
Yellow0.0%
Key (black)61.2%
Color previews
#282963 text on a black background
contrast 1.59:1
Card sample
#282963 text on a white background
contrast 13.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282963;
Background color
Panel with #282963 background
background-color: #282963;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282963;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282963; background: linear-gradient(135deg, #282963, #4E2863);