#738ad0
a balanced, vivid blue · warm · closest name: steelblue
RGB
115, 138, 208
HSL
225°, 50%, 63%
CMYK
45, 34, 0, 18
Luminance
0.2638
Every format
| HEX | #738ad0 |
| RGB | rgb(115, 138, 208) |
| HSL | hsl(225, 50%, 63%) |
| CMYK | cmyk(45%, 34%, 0%, 18%) |
| LAB | lab(58.4 10.2 -38.7) |
| LCH | lch(58.4 40.0 284.8) |
| OKLCH | oklch(0.645 0.109 269.4) |
Copy-ready code
/* CSS */
color: #738ad0;
background-color: #738ad0;
/* Tailwind (arbitrary) */
class="text-[#738ad0] bg-[#738ad0]"
/* SCSS */
$brand: #738ad0;
/* SwiftUI */
Color(red: 0.451, green: 0.541, blue: 0.816)
/* Android */
Color.parseColor("#738ad0")Accessibility — WCAG contrast
Aa
#738ad0 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#738ad0 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green54.1%
Blue81.6%
CMYK percentages
Cyan44.7%
Magenta33.7%
Yellow0.0%
Key (black)18.4%
Color previews
#738ad0 text on a black background
contrast 6.28:1
Card sample
#738ad0 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #738ad0;
Background color
Panel with #738ad0 background
background-color: #738ad0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #738ad0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 138, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 138, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #738ad0; background: linear-gradient(135deg, #738ad0, #9A73D0);