#cbadef
a light, vivid violet · warm · closest name: plum
RGB
203, 173, 239
HSL
267°, 67%, 81%
CMYK
15, 28, 0, 6
Luminance
0.4882
Every format
| HEX | #cbadef |
| RGB | rgb(203, 173, 239) |
| HSL | hsl(267, 67%, 81%) |
| CMYK | cmyk(15%, 28%, 0%, 6%) |
| LAB | lab(75.3 23.3 -28.9) |
| LCH | lch(75.3 37.2 308.9) |
| OKLCH | oklch(0.796 0.097 305.1) |
Copy-ready code
/* CSS */
color: #cbadef;
background-color: #cbadef;
/* Tailwind (arbitrary) */
class="text-[#cbadef] bg-[#cbadef]"
/* SCSS */
$brand: #cbadef;
/* SwiftUI */
Color(red: 0.796, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#cbadef")Accessibility — WCAG contrast
Aa
#cbadef on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbadef on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.8%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#cbadef text on a black background
contrast 10.76:1
Card sample
#cbadef text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbadef;
Background color
Panel with #cbadef background
background-color: #cbadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbadef; background: linear-gradient(135deg, #cbadef, #EFADE7);