#282baf
a dark, vivid blue · warm · closest name: navy
RGB
40, 43, 175
HSL
239°, 63%, 42%
CMYK
77, 75, 0, 31
Luminance
0.0527
Every format
| HEX | #282baf |
| RGB | rgb(40, 43, 175) |
| HSL | hsl(239, 63%, 42%) |
| CMYK | cmyk(77%, 75%, 0%, 31%) |
| LAB | lab(27.5 44.3 -69.5) |
| LCH | lch(27.5 82.5 302.5) |
| OKLCH | oklch(0.394 0.201 271.4) |
Copy-ready code
/* CSS */
color: #282baf;
background-color: #282baf;
/* Tailwind (arbitrary) */
class="text-[#282baf] bg-[#282baf]"
/* SCSS */
$brand: #282baf;
/* SwiftUI */
Color(red: 0.157, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#282baf")Accessibility — WCAG contrast
Aa
#282baf on white: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282baf on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green16.9%
Blue68.6%
CMYK percentages
Cyan77.1%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#282baf text on a black background
contrast 2.05:1
Card sample
#282baf text on a white background
contrast 10.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282baf;
Background color
Panel with #282baf background
background-color: #282baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282baf; background: linear-gradient(135deg, #282baf, #7F28AF);