#6d7cff
a light, electric blue · warm · closest name: royalblue
RGB
109, 124, 255
HSL
234°, 100%, 71%
CMYK
57, 51, 0, 0
Luminance
0.2489
Every format
| HEX | #6d7cff |
| RGB | rgb(109, 124, 255) |
| HSL | hsl(234, 100%, 71%) |
| CMYK | cmyk(57%, 51%, 0%, 0%) |
| LAB | lab(57.0 31.7 -67.1) |
| LCH | lch(57.0 74.3 295.3) |
| OKLCH | oklch(0.641 0.193 274.7) |
Copy-ready code
/* CSS */
color: #6d7cff;
background-color: #6d7cff;
/* Tailwind (arbitrary) */
class="text-[#6d7cff] bg-[#6d7cff]"
/* SCSS */
$brand: #6d7cff;
/* SwiftUI */
Color(red: 0.427, green: 0.486, blue: 1.000)
/* Android */
Color.parseColor("#6d7cff")Accessibility — WCAG contrast
Aa
#6d7cff on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6d7cff on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green48.6%
Blue100.0%
CMYK percentages
Cyan57.3%
Magenta51.4%
Yellow0.0%
Key (black)0.0%
Color previews
#6d7cff text on a black background
contrast 5.98:1
Card sample
#6d7cff text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d7cff;
Background color
Panel with #6d7cff background
background-color: #6d7cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d7cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 124, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 124, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d7cff; background: linear-gradient(135deg, #6d7cff, #BF6DFF);