#738cdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
115, 140, 223
HSL
226°, 63%, 66%
CMYK
48, 37, 0, 13
Luminance
0.2773
Every format
| HEX | #738cdf |
| RGB | rgb(115, 140, 223) |
| HSL | hsl(226, 63%, 66%) |
| CMYK | cmyk(48%, 37%, 0%, 13%) |
| LAB | lab(59.6 13.5 -45.1) |
| LCH | lch(59.6 47.1 286.7) |
| OKLCH | oklch(0.657 0.127 269.9) |
Copy-ready code
/* CSS */
color: #738cdf;
background-color: #738cdf;
/* Tailwind (arbitrary) */
class="text-[#738cdf] bg-[#738cdf]"
/* SCSS */
$brand: #738cdf;
/* SwiftUI */
Color(red: 0.451, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#738cdf")Accessibility — WCAG contrast
Aa
#738cdf on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#738cdf on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green54.9%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#738cdf text on a black background
contrast 6.55:1
Card sample
#738cdf text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #738cdf;
Background color
Panel with #738cdf background
background-color: #738cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #738cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #738cdf; background: linear-gradient(135deg, #738cdf, #A273DF);