#c0b6df
a light, soft blue · warm · closest name: lavender
RGB
192, 182, 223
HSL
255°, 39%, 79%
CMYK
14, 18, 0, 13
Luminance
0.4999
Every format
| HEX | #c0b6df |
| RGB | rgb(192, 182, 223) |
| HSL | hsl(255, 39%, 79%) |
| CMYK | cmyk(14%, 18%, 0%, 13%) |
| LAB | lab(76.1 11.5 -19.2) |
| LCH | lch(76.1 22.4 301.0) |
| OKLCH | oklch(0.798 0.058 296.2) |
Copy-ready code
/* CSS */
color: #c0b6df;
background-color: #c0b6df;
/* Tailwind (arbitrary) */
class="text-[#c0b6df] bg-[#c0b6df]"
/* SCSS */
$brand: #c0b6df;
/* SwiftUI */
Color(red: 0.753, green: 0.714, blue: 0.875)
/* Android */
Color.parseColor("#c0b6df")Accessibility — WCAG contrast
Aa
#c0b6df on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b6df on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green71.4%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta18.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c0b6df text on a black background
contrast 11.00:1
Card sample
#c0b6df text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b6df;
Background color
Panel with #c0b6df background
background-color: #c0b6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 182, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 182, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b6df; background: linear-gradient(135deg, #c0b6df, #DBB6DF);