#7283cb
a balanced, vivid blue · warm · closest name: steelblue
RGB
114, 131, 203
HSL
229°, 46%, 62%
CMYK
44, 36, 0, 20
Luminance
0.2412
Every format
| HEX | #7283cb |
| RGB | rgb(114, 131, 203) |
| HSL | hsl(229, 46%, 62%) |
| CMYK | cmyk(44%, 36%, 0%, 20%) |
| LAB | lab(56.2 12.6 -39.3) |
| LCH | lch(56.2 41.3 287.8) |
| OKLCH | oklch(0.627 0.111 272.8) |
Copy-ready code
/* CSS */
color: #7283cb;
background-color: #7283cb;
/* Tailwind (arbitrary) */
class="text-[#7283cb] bg-[#7283cb]"
/* SCSS */
$brand: #7283cb;
/* SwiftUI */
Color(red: 0.447, green: 0.514, blue: 0.796)
/* Android */
Color.parseColor("#7283cb")Accessibility — WCAG contrast
Aa
#7283cb on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7283cb on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green51.4%
Blue79.6%
CMYK percentages
Cyan43.8%
Magenta35.5%
Yellow0.0%
Key (black)20.4%
Color previews
#7283cb text on a black background
contrast 5.82:1
Card sample
#7283cb text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7283cb;
Background color
Panel with #7283cb background
background-color: #7283cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7283cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 131, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 131, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7283cb; background: linear-gradient(135deg, #7283cb, #9C72CB);