#6f6dfb
a light, electric blue · warm · closest name: royalblue
RGB
111, 109, 251
HSL
241°, 95%, 71%
CMYK
56, 57, 0, 2
Luminance
0.2128
Every format
| HEX | #6f6dfb |
| RGB | rgb(111, 109, 251) |
| HSL | hsl(241, 95%, 71%) |
| CMYK | cmyk(56%, 57%, 0%, 2%) |
| LAB | lab(53.3 39.8 -70.9) |
| LCH | lch(53.3 81.3 299.3) |
| OKLCH | oklch(0.613 0.206 279.1) |
Copy-ready code
/* CSS */
color: #6f6dfb;
background-color: #6f6dfb;
/* Tailwind (arbitrary) */
class="text-[#6f6dfb] bg-[#6f6dfb]"
/* SCSS */
$brand: #6f6dfb;
/* SwiftUI */
Color(red: 0.435, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#6f6dfb")Accessibility — WCAG contrast
Aa
#6f6dfb on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f6dfb on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green42.7%
Blue98.4%
CMYK percentages
Cyan55.8%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#6f6dfb text on a black background
contrast 5.26:1
Card sample
#6f6dfb text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f6dfb;
Background color
Panel with #6f6dfb background
background-color: #6f6dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f6dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f6dfb; background: linear-gradient(135deg, #6f6dfb, #CE6DFB);