#282dbf
a balanced, vivid blue · warm · closest name: navy
RGB
40, 45, 191
HSL
238°, 65%, 45%
CMYK
79, 76, 0, 25
Luminance
0.0609
Every format
| HEX | #282dbf |
| RGB | rgb(40, 45, 191) |
| HSL | hsl(238, 65%, 45%) |
| CMYK | cmyk(79%, 76%, 0%, 25%) |
| LAB | lab(29.6 48.5 -75.5) |
| LCH | lch(29.6 89.7 302.7) |
| OKLCH | oklch(0.414 0.219 270.4) |
Copy-ready code
/* CSS */
color: #282dbf;
background-color: #282dbf;
/* Tailwind (arbitrary) */
class="text-[#282dbf] bg-[#282dbf]"
/* SCSS */
$brand: #282dbf;
/* SwiftUI */
Color(red: 0.157, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#282dbf")Accessibility — WCAG contrast
Aa
#282dbf on white: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282dbf on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green17.6%
Blue74.9%
CMYK percentages
Cyan79.1%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#282dbf text on a black background
contrast 2.22:1
Card sample
#282dbf text on a white background
contrast 9.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282dbf;
Background color
Panel with #282dbf background
background-color: #282dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282dbf; background: linear-gradient(135deg, #282dbf, #8828BF);