#7f7fdb
a light, vivid blue · warm · closest name: slateblue
RGB
127, 127, 219
HSL
240°, 56%, 68%
CMYK
42, 42, 0, 14
Luminance
0.2481
Every format
| HEX | #7f7fdb |
| RGB | rgb(127, 127, 219) |
| HSL | hsl(240, 56%, 68%) |
| CMYK | cmyk(42%, 42%, 0%, 14%) |
| LAB | lab(56.9 22.9 -47.2) |
| LCH | lch(56.9 52.4 295.9) |
| OKLCH | oklch(0.637 0.136 281.8) |
Copy-ready code
/* CSS */
color: #7f7fdb;
background-color: #7f7fdb;
/* Tailwind (arbitrary) */
class="text-[#7f7fdb] bg-[#7f7fdb]"
/* SCSS */
$brand: #7f7fdb;
/* SwiftUI */
Color(red: 0.498, green: 0.498, blue: 0.859)
/* Android */
Color.parseColor("#7f7fdb")Accessibility — WCAG contrast
Aa
#7f7fdb on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f7fdb on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green49.8%
Blue85.9%
CMYK percentages
Cyan42.0%
Magenta42.0%
Yellow0.0%
Key (black)14.1%
Color previews
#7f7fdb text on a black background
contrast 5.96:1
Card sample
#7f7fdb text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f7fdb;
Background color
Panel with #7f7fdb background
background-color: #7f7fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f7fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 127, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 127, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7fdb; background: linear-gradient(135deg, #7f7fdb, #BC7FDB);