#738cd3
a balanced, vivid blue · cool · closest name: steelblue
RGB
115, 140, 211
HSL
224°, 52%, 64%
CMYK
46, 34, 0, 17
Luminance
0.2710
Every format
| HEX | #738cd3 |
| RGB | rgb(115, 140, 211) |
| HSL | hsl(224, 52%, 64%) |
| CMYK | cmyk(46%, 34%, 0%, 17%) |
| LAB | lab(59.1 9.9 -39.3) |
| LCH | lch(59.1 40.5 284.2) |
| OKLCH | oklch(0.651 0.110 268.5) |
Copy-ready code
/* CSS */
color: #738cd3;
background-color: #738cd3;
/* Tailwind (arbitrary) */
class="text-[#738cd3] bg-[#738cd3]"
/* SCSS */
$brand: #738cd3;
/* SwiftUI */
Color(red: 0.451, green: 0.549, blue: 0.827)
/* Android */
Color.parseColor("#738cd3")Accessibility — WCAG contrast
Aa
#738cd3 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#738cd3 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green54.9%
Blue82.7%
CMYK percentages
Cyan45.5%
Magenta33.6%
Yellow0.0%
Key (black)17.3%
Color previews
#738cd3 text on a black background
contrast 6.42:1
Card sample
#738cd3 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #738cd3;
Background color
Panel with #738cd3 background
background-color: #738cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #738cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 140, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 140, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #738cd3; background: linear-gradient(135deg, #738cd3, #9A73D3);