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