#282969
a dark, soft blue · warm · closest name: midnightblue
RGB
40, 41, 105
HSL
239°, 45%, 28%
CMYK
62, 61, 0, 59
Luminance
0.0306
Every format
| HEX | #282969 |
| RGB | rgb(40, 41, 105) |
| HSL | hsl(239, 45%, 28%) |
| CMYK | cmyk(62%, 61%, 0%, 59%) |
| LAB | lab(20.3 20.7 -37.8) |
| LCH | lch(20.3 43.0 298.7) |
| OKLCH | oklch(0.321 0.109 277.6) |
Copy-ready code
/* CSS */
color: #282969;
background-color: #282969;
/* Tailwind (arbitrary) */
class="text-[#282969] bg-[#282969]"
/* SCSS */
$brand: #282969;
/* SwiftUI */
Color(red: 0.157, green: 0.161, blue: 0.412)
/* Android */
Color.parseColor("#282969")Accessibility — WCAG contrast
Aa
#282969 on white: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282969 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.1%
Blue41.2%
CMYK percentages
Cyan61.9%
Magenta61.0%
Yellow0.0%
Key (black)58.8%
Color previews
#282969 text on a black background
contrast 1.61:1
Card sample
#282969 text on a white background
contrast 13.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282969;
Background color
Panel with #282969 background
background-color: #282969;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282969;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 41, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 41, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282969; background: linear-gradient(135deg, #282969, #522869);