#737dfd
a light, electric blue · warm · closest name: royalblue
RGB
115, 125, 253
HSL
236°, 97%, 72%
CMYK
55, 51, 0, 1
Luminance
0.2540
Every format
| HEX | #737dfd |
| RGB | rgb(115, 125, 253) |
| HSL | hsl(236, 97%, 72%) |
| CMYK | cmyk(55%, 51%, 0%, 1%) |
| LAB | lab(57.5 31.6 -65.2) |
| LCH | lch(57.5 72.5 295.9) |
| OKLCH | oklch(0.646 0.188 276.4) |
Copy-ready code
/* CSS */
color: #737dfd;
background-color: #737dfd;
/* Tailwind (arbitrary) */
class="text-[#737dfd] bg-[#737dfd]"
/* SCSS */
$brand: #737dfd;
/* SwiftUI */
Color(red: 0.451, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#737dfd")Accessibility — WCAG contrast
Aa
#737dfd on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#737dfd on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green49.0%
Blue99.2%
CMYK percentages
Cyan54.5%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#737dfd text on a black background
contrast 6.08:1
Card sample
#737dfd text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #737dfd;
Background color
Panel with #737dfd background
background-color: #737dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #737dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #737dfd; background: linear-gradient(135deg, #737dfd, #C573FD);