#282965
a dark, soft blue · warm · closest name: midnightblue
RGB
40, 41, 101
HSL
239°, 43%, 28%
CMYK
60, 59, 0, 60
Luminance
0.0298
Every format
| HEX | #282965 |
| RGB | rgb(40, 41, 101) |
| HSL | hsl(239, 43%, 28%) |
| CMYK | cmyk(60%, 59%, 0%, 60%) |
| LAB | lab(19.9 19.2 -35.7) |
| LCH | lch(19.9 40.5 298.3) |
| OKLCH | oklch(0.318 0.103 278.0) |
Copy-ready code
/* CSS */
color: #282965;
background-color: #282965;
/* Tailwind (arbitrary) */
class="text-[#282965] bg-[#282965]"
/* SCSS */
$brand: #282965;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.396)
/* Android */
Color.parseColor("#282965")Accessibility — WCAG contrast
Aa
#282965 on white: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282965 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue39.6%
CMYK percentages
Cyan60.4%
Magenta59.4%
Yellow0.0%
Key (black)60.4%
Color previews
#282965 text on a black background
contrast 1.60:1
Card sample
#282965 text on a white background
contrast 13.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282965;
Background color
Panel with #282965 background
background-color: #282965;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282965;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282965; background: linear-gradient(135deg, #282965, #502865);