#282cdf
a balanced, vivid blue · warm · closest name: blue
RGB
40, 44, 223
HSL
239°, 74%, 52%
CMYK
82, 80, 0, 13
Luminance
0.0758
Every format
| HEX | #282cdf |
| RGB | rgb(40, 44, 223) |
| HSL | hsl(239, 74%, 52%) |
| CMYK | cmyk(82%, 80%, 0%, 13%) |
| LAB | lab(33.1 59.1 -88.4) |
| LCH | lch(33.1 106.3 303.8) |
| OKLCH | oklch(0.449 0.256 269.1) |
Copy-ready code
/* CSS */
color: #282cdf;
background-color: #282cdf;
/* Tailwind (arbitrary) */
class="text-[#282cdf] bg-[#282cdf]"
/* SCSS */
$brand: #282cdf;
/* SwiftUI */
Color(red: 0.157, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#282cdf")Accessibility — WCAG contrast
Aa
#282cdf on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#282cdf on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green17.3%
Blue87.5%
CMYK percentages
Cyan82.1%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#282cdf text on a black background
contrast 2.52:1
Card sample
#282cdf text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #282cdf;
Background color
Panel with #282cdf background
background-color: #282cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #282cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #282cdf; background: linear-gradient(135deg, #282cdf, #9E28DF);