#888ce7
a light, vivid blue · warm · closest name: dodgerblue
RGB
136, 140, 231
HSL
238°, 66%, 72%
CMYK
41, 39, 0, 9
Luminance
0.2976
Every format
| HEX | #888ce7 |
| RGB | rgb(136, 140, 231) |
| HSL | hsl(238, 66%, 72%) |
| CMYK | cmyk(41%, 39%, 0%, 9%) |
| LAB | lab(61.5 20.9 -46.6) |
| LCH | lch(61.5 51.1 294.2) |
| OKLCH | oklch(0.676 0.133 280.3) |
Copy-ready code
/* CSS */
color: #888ce7;
background-color: #888ce7;
/* Tailwind (arbitrary) */
class="text-[#888ce7] bg-[#888ce7]"
/* SCSS */
$brand: #888ce7;
/* SwiftUI */
Color(red: 0.533, green: 0.549, blue: 0.906)
/* Android */
Color.parseColor("#888ce7")Accessibility — WCAG contrast
Aa
#888ce7 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#888ce7 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green54.9%
Blue90.6%
CMYK percentages
Cyan41.1%
Magenta39.4%
Yellow0.0%
Key (black)9.4%
Color previews
#888ce7 text on a black background
contrast 6.95:1
Card sample
#888ce7 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #888ce7;
Background color
Panel with #888ce7 background
background-color: #888ce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #888ce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 140, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 140, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #888ce7; background: linear-gradient(135deg, #888ce7, #C388E7);