#cbc5df
a light, soft blue · warm · closest name: lavender
RGB
203, 197, 223
HSL
254°, 29%, 82%
CMYK
9, 12, 0, 13
Luminance
0.5796
Every format
| HEX | #cbc5df |
| RGB | rgb(203, 197, 223) |
| HSL | hsl(254, 29%, 82%) |
| CMYK | cmyk(9%, 12%, 0%, 13%) |
| LAB | lab(80.7 7.0 -12.2) |
| LCH | lch(80.7 14.0 300.0) |
| OKLCH | oklch(0.836 0.036 296.2) |
Copy-ready code
/* CSS */
color: #cbc5df;
background-color: #cbc5df;
/* Tailwind (arbitrary) */
class="text-[#cbc5df] bg-[#cbc5df]"
/* SCSS */
$brand: #cbc5df;
/* SwiftUI */
Color(red: 0.796, green: 0.773, blue: 0.875)
/* Android */
Color.parseColor("#cbc5df")Accessibility — WCAG contrast
Aa
#cbc5df on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc5df on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green77.3%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta11.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cbc5df text on a black background
contrast 12.59:1
Card sample
#cbc5df text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc5df;
Background color
Panel with #cbc5df background
background-color: #cbc5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 197, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 197, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc5df; background: linear-gradient(135deg, #cbc5df, #DCC5DF);