#c0bdf7
a pale, electric blue · warm · closest name: plum
RGB
192, 189, 247
HSL
243°, 78%, 86%
CMYK
22, 24, 0, 3
Luminance
0.5432
Every format
| HEX | #c0bdf7 |
| RGB | rgb(192, 189, 247) |
| HSL | hsl(243, 78%, 86%) |
| CMYK | cmyk(22%, 24%, 0%, 3%) |
| LAB | lab(78.7 13.0 -28.3) |
| LCH | lch(78.7 31.1 294.7) |
| OKLCH | oklch(0.821 0.081 286.8) |
Copy-ready code
/* CSS */
color: #c0bdf7;
background-color: #c0bdf7;
/* Tailwind (arbitrary) */
class="text-[#c0bdf7] bg-[#c0bdf7]"
/* SCSS */
$brand: #c0bdf7;
/* SwiftUI */
Color(red: 0.753, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#c0bdf7")Accessibility — WCAG contrast
Aa
#c0bdf7 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0bdf7 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green74.1%
Blue96.9%
CMYK percentages
Cyan22.3%
Magenta23.5%
Yellow0.0%
Key (black)3.1%
Color previews
#c0bdf7 text on a black background
contrast 11.86:1
Card sample
#c0bdf7 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0bdf7;
Background color
Panel with #c0bdf7 background
background-color: #c0bdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0bdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0bdf7; background: linear-gradient(135deg, #c0bdf7, #E7BDF7);