#767cdf
a light, vivid blue · warm · closest name: royalblue
RGB
118, 124, 223
HSL
237°, 62%, 67%
CMYK
47, 44, 0, 13
Luminance
0.2359
Every format
| HEX | #767cdf |
| RGB | rgb(118, 124, 223) |
| HSL | hsl(237, 62%, 67%) |
| CMYK | cmyk(47%, 44%, 0%, 13%) |
| LAB | lab(55.7 23.7 -51.4) |
| LCH | lch(55.7 56.6 294.8) |
| OKLCH | oklch(0.627 0.147 278.6) |
Copy-ready code
/* CSS */
color: #767cdf;
background-color: #767cdf;
/* Tailwind (arbitrary) */
class="text-[#767cdf] bg-[#767cdf]"
/* SCSS */
$brand: #767cdf;
/* SwiftUI */
Color(red: 0.463, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#767cdf")Accessibility — WCAG contrast
Aa
#767cdf on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#767cdf on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green48.6%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#767cdf text on a black background
contrast 5.72:1
Card sample
#767cdf text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #767cdf;
Background color
Panel with #767cdf background
background-color: #767cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #767cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #767cdf; background: linear-gradient(135deg, #767cdf, #B676DF);