#7f8cdb
a light, vivid blue · warm · closest name: dodgerblue
RGB
127, 140, 219
HSL
232°, 56%, 68%
CMYK
42, 36, 0, 14
Luminance
0.2838
Every format
| HEX | #7f8cdb |
| RGB | rgb(127, 140, 219) |
| HSL | hsl(232, 56%, 68%) |
| CMYK | cmyk(42%, 36%, 0%, 14%) |
| LAB | lab(60.2 15.3 -41.9) |
| LCH | lch(60.2 44.6 290.0) |
| OKLCH | oklch(0.663 0.118 275.6) |
Copy-ready code
/* CSS */
color: #7f8cdb;
background-color: #7f8cdb;
/* Tailwind (arbitrary) */
class="text-[#7f8cdb] bg-[#7f8cdb]"
/* SCSS */
$brand: #7f8cdb;
/* SwiftUI */
Color(red: 0.498, green: 0.549, blue: 0.859)
/* Android */
Color.parseColor("#7f8cdb")Accessibility — WCAG contrast
Aa
#7f8cdb on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f8cdb on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green54.9%
Blue85.9%
CMYK percentages
Cyan42.0%
Magenta36.1%
Yellow0.0%
Key (black)14.1%
Color previews
#7f8cdb text on a black background
contrast 6.68:1
Card sample
#7f8cdb text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f8cdb;
Background color
Panel with #7f8cdb background
background-color: #7f8cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f8cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 140, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 140, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f8cdb; background: linear-gradient(135deg, #7f8cdb, #AF7FDB);