#c0b9da
a light, soft blue · warm · closest name: lavender
RGB
192, 185, 218
HSL
253°, 31%, 79%
CMYK
12, 15, 0, 15
Luminance
0.5097
Every format
| HEX | #c0b9da |
| RGB | rgb(192, 185, 218) |
| HSL | hsl(253, 31%, 79%) |
| CMYK | cmyk(12%, 15%, 0%, 15%) |
| LAB | lab(76.7 8.9 -15.6) |
| LCH | lch(76.7 18.0 299.5) |
| OKLCH | oklch(0.802 0.047 295.0) |
Copy-ready code
/* CSS */
color: #c0b9da;
background-color: #c0b9da;
/* Tailwind (arbitrary) */
class="text-[#c0b9da] bg-[#c0b9da]"
/* SCSS */
$brand: #c0b9da;
/* SwiftUI */
Color(red: 0.753, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#c0b9da")Accessibility — WCAG contrast
Aa
#c0b9da on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b9da on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green72.5%
Blue85.5%
CMYK percentages
Cyan11.9%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#c0b9da text on a black background
contrast 11.19:1
Card sample
#c0b9da text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b9da;
Background color
Panel with #c0b9da background
background-color: #c0b9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b9da; background: linear-gradient(135deg, #c0b9da, #D6B9DA);