#767fdf
a light, vivid blue · warm · closest name: royalblue
RGB
118, 127, 223
HSL
235°, 62%, 67%
CMYK
47, 43, 0, 13
Luminance
0.2436
Every format
| HEX | #767fdf |
| RGB | rgb(118, 127, 223) |
| HSL | hsl(235, 62%, 67%) |
| CMYK | cmyk(47%, 43%, 0%, 13%) |
| LAB | lab(56.4 21.9 -50.1) |
| LCH | lch(56.4 54.7 293.6) |
| OKLCH | oklch(0.633 0.143 277.4) |
Copy-ready code
/* CSS */
color: #767fdf;
background-color: #767fdf;
/* Tailwind (arbitrary) */
class="text-[#767fdf] bg-[#767fdf]"
/* SCSS */
$brand: #767fdf;
/* SwiftUI */
Color(red: 0.463, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#767fdf")Accessibility — WCAG contrast
Aa
#767fdf on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#767fdf on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green49.8%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#767fdf text on a black background
contrast 5.87:1
Card sample
#767fdf text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #767fdf;
Background color
Panel with #767fdf background
background-color: #767fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #767fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #767fdf; background: linear-gradient(135deg, #767fdf, #B376DF);