#cbc7df
a light, soft blue · warm · closest name: lavender
RGB
203, 199, 223
HSL
250°, 27%, 83%
CMYK
9, 11, 0, 13
Luminance
0.5887
Every format
| HEX | #cbc7df |
| RGB | rgb(203, 199, 223) |
| HSL | hsl(250, 27%, 83%) |
| CMYK | cmyk(9%, 11%, 0%, 13%) |
| LAB | lab(81.2 5.9 -11.4) |
| LCH | lch(81.2 12.8 297.5) |
| OKLCH | oklch(0.840 0.033 293.3) |
Copy-ready code
/* CSS */
color: #cbc7df;
background-color: #cbc7df;
/* Tailwind (arbitrary) */
class="text-[#cbc7df] bg-[#cbc7df]"
/* SCSS */
$brand: #cbc7df;
/* SwiftUI */
Color(red: 0.796, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#cbc7df")Accessibility — WCAG contrast
Aa
#cbc7df on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc7df on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green78.0%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta10.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cbc7df text on a black background
contrast 12.77:1
Card sample
#cbc7df text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc7df;
Background color
Panel with #cbc7df background
background-color: #cbc7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc7df; background: linear-gradient(135deg, #cbc7df, #DBC7DF);