#738ce8
a light, vivid blue · warm · closest name: dodgerblue
RGB
115, 140, 232
HSL
227°, 72%, 68%
CMYK
50, 40, 0, 9
Luminance
0.2823
Every format
| HEX | #738ce8 |
| RGB | rgb(115, 140, 232) |
| HSL | hsl(227, 72%, 68%) |
| CMYK | cmyk(50%, 40%, 0%, 9%) |
| LAB | lab(60.1 16.2 -49.4) |
| LCH | lch(60.1 52.0 288.2) |
| OKLCH | oklch(0.662 0.140 270.7) |
Copy-ready code
/* CSS */
color: #738ce8;
background-color: #738ce8;
/* Tailwind (arbitrary) */
class="text-[#738ce8] bg-[#738ce8]"
/* SCSS */
$brand: #738ce8;
/* SwiftUI */
Color(red: 0.451, green: 0.549, blue: 0.910)
/* Android */
Color.parseColor("#738ce8")Accessibility — WCAG contrast
Aa
#738ce8 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#738ce8 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green54.9%
Blue91.0%
CMYK percentages
Cyan50.4%
Magenta39.7%
Yellow0.0%
Key (black)9.0%
Color previews
#738ce8 text on a black background
contrast 6.65:1
Card sample
#738ce8 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #738ce8;
Background color
Panel with #738ce8 background
background-color: #738ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #738ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 140, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 140, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #738ce8; background: linear-gradient(135deg, #738ce8, #A873E8);