#c8bced
a light, vivid blue · warm · closest name: plum
RGB
200, 188, 237
HSL
255°, 58%, 83%
CMYK
16, 21, 0, 7
Luminance
0.5436
Every format
| HEX | #c8bced |
| RGB | rgb(200, 188, 237) |
| HSL | hsl(255, 58%, 83%) |
| CMYK | cmyk(16%, 21%, 0%, 7%) |
| LAB | lab(78.7 13.8 -22.8) |
| LCH | lch(78.7 26.6 301.2) |
| OKLCH | oklch(0.821 0.069 296.1) |
Copy-ready code
/* CSS */
color: #c8bced;
background-color: #c8bced;
/* Tailwind (arbitrary) */
class="text-[#c8bced] bg-[#c8bced]"
/* SCSS */
$brand: #c8bced;
/* SwiftUI */
Color(red: 0.784, green: 0.737, blue: 0.929)
/* Android */
Color.parseColor("#c8bced")Accessibility — WCAG contrast
Aa
#c8bced on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bced on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green73.7%
Blue92.9%
CMYK percentages
Cyan15.6%
Magenta20.7%
Yellow0.0%
Key (black)7.1%
Color previews
#c8bced text on a black background
contrast 11.87:1
Card sample
#c8bced text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bced;
Background color
Panel with #c8bced background
background-color: #c8bced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 188, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 188, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bced; background: linear-gradient(135deg, #c8bced, #E9BCED);