#938fff
a light, electric blue · warm · closest name: royalblue
RGB
147, 143, 255
HSL
242°, 100%, 78%
CMYK
42, 44, 0, 0
Luminance
0.3307
Every format
| HEX | #938fff |
| RGB | rgb(147, 143, 255) |
| HSL | hsl(242, 100%, 78%) |
| CMYK | cmyk(42%, 44%, 0%, 0%) |
| LAB | lab(64.2 28.6 -55.4) |
| LCH | lch(64.2 62.3 297.3) |
| OKLCH | oklch(0.703 0.161 283.1) |
Copy-ready code
/* CSS */
color: #938fff;
background-color: #938fff;
/* Tailwind (arbitrary) */
class="text-[#938fff] bg-[#938fff]"
/* SCSS */
$brand: #938fff;
/* SwiftUI */
Color(red: 0.576, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#938fff")Accessibility — WCAG contrast
Aa
#938fff on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#938fff on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green56.1%
Blue100.0%
CMYK percentages
Cyan42.4%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#938fff text on a black background
contrast 7.61:1
Card sample
#938fff text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #938fff;
Background color
Panel with #938fff background
background-color: #938fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #938fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #938fff; background: linear-gradient(135deg, #938fff, #DE8FFF);