#727ef3
a light, electric blue · warm · closest name: royalblue
RGB
114, 126, 243
HSL
234°, 84%, 70%
CMYK
53, 48, 0, 5
Luminance
0.2497
Every format
| HEX | #727ef3 |
| RGB | rgb(114, 126, 243) |
| HSL | hsl(234, 84%, 70%) |
| CMYK | cmyk(53%, 48%, 0%, 5%) |
| LAB | lab(57.0 27.7 -60.4) |
| LCH | lch(57.0 66.4 294.7) |
| OKLCH | oklch(0.640 0.173 276.0) |
Copy-ready code
/* CSS */
color: #727ef3;
background-color: #727ef3;
/* Tailwind (arbitrary) */
class="text-[#727ef3] bg-[#727ef3]"
/* SCSS */
$brand: #727ef3;
/* SwiftUI */
Color(red: 0.447, green: 0.494, blue: 0.953)
/* Android */
Color.parseColor("#727ef3")Accessibility — WCAG contrast
Aa
#727ef3 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#727ef3 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green49.4%
Blue95.3%
CMYK percentages
Cyan53.1%
Magenta48.1%
Yellow0.0%
Key (black)4.7%
Color previews
#727ef3 text on a black background
contrast 5.99:1
Card sample
#727ef3 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #727ef3;
Background color
Panel with #727ef3 background
background-color: #727ef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #727ef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 126, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 126, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #727ef3; background: linear-gradient(135deg, #727ef3, #BC72F3);