#737ee8
a light, vivid blue · warm · closest name: royalblue
RGB
115, 126, 232
HSL
234°, 72%, 68%
CMYK
50, 46, 0, 9
Luminance
0.2439
Every format
| HEX | #737ee8 |
| RGB | rgb(115, 126, 232) |
| HSL | hsl(234, 72%, 68%) |
| CMYK | cmyk(50%, 46%, 0%, 9%) |
| LAB | lab(56.5 24.6 -55.1) |
| LCH | lch(56.5 60.4 294.0) |
| OKLCH | oklch(0.634 0.158 276.5) |
Copy-ready code
/* CSS */
color: #737ee8;
background-color: #737ee8;
/* Tailwind (arbitrary) */
class="text-[#737ee8] bg-[#737ee8]"
/* SCSS */
$brand: #737ee8;
/* SwiftUI */
Color(red: 0.451, green: 0.494, blue: 0.910)
/* Android */
Color.parseColor("#737ee8")Accessibility — WCAG contrast
Aa
#737ee8 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#737ee8 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green49.4%
Blue91.0%
CMYK percentages
Cyan50.4%
Magenta45.7%
Yellow0.0%
Key (black)9.0%
Color previews
#737ee8 text on a black background
contrast 5.88:1
Card sample
#737ee8 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #737ee8;
Background color
Panel with #737ee8 background
background-color: #737ee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #737ee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 126, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 126, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #737ee8; background: linear-gradient(135deg, #737ee8, #B673E8);