#6f7bfd
a light, electric blue · warm · closest name: royalblue
RGB
111, 123, 253
HSL
235°, 97%, 71%
CMYK
56, 51, 0, 1
Luminance
0.2464
Every format
| HEX | #6f7bfd |
| RGB | rgb(111, 123, 253) |
| HSL | hsl(235, 97%, 71%) |
| CMYK | cmyk(56%, 51%, 0%, 1%) |
| LAB | lab(56.7 32.1 -66.4) |
| LCH | lch(56.7 73.8 295.8) |
| OKLCH | oklch(0.639 0.191 275.6) |
Copy-ready code
/* CSS */
color: #6f7bfd;
background-color: #6f7bfd;
/* Tailwind (arbitrary) */
class="text-[#6f7bfd] bg-[#6f7bfd]"
/* SCSS */
$brand: #6f7bfd;
/* SwiftUI */
Color(red: 0.435, green: 0.482, blue: 0.992)
/* Android */
Color.parseColor("#6f7bfd")Accessibility — WCAG contrast
Aa
#6f7bfd on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6f7bfd on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green48.2%
Blue99.2%
CMYK percentages
Cyan56.1%
Magenta51.4%
Yellow0.0%
Key (black)0.8%
Color previews
#6f7bfd text on a black background
contrast 5.93:1
Card sample
#6f7bfd text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f7bfd;
Background color
Panel with #6f7bfd background
background-color: #6f7bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f7bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 123, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 123, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f7bfd; background: linear-gradient(135deg, #6f7bfd, #C26FFD);