#c0adef
a light, vivid violet · warm · closest name: plum
RGB
192, 173, 239
HSL
257°, 67%, 81%
CMYK
20, 28, 0, 6
Luminance
0.4733
Every format
| HEX | #c0adef |
| RGB | rgb(192, 173, 239) |
| HSL | hsl(257, 67%, 81%) |
| CMYK | cmyk(20%, 28%, 0%, 6%) |
| LAB | lab(74.4 20.0 -30.5) |
| LCH | lch(74.4 36.4 303.2) |
| OKLCH | oklch(0.787 0.094 297.4) |
Copy-ready code
/* CSS */
color: #c0adef;
background-color: #c0adef;
/* Tailwind (arbitrary) */
class="text-[#c0adef] bg-[#c0adef]"
/* SCSS */
$brand: #c0adef;
/* SwiftUI */
Color(red: 0.753, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#c0adef")Accessibility — WCAG contrast
Aa
#c0adef on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0adef on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green67.8%
Blue93.7%
CMYK percentages
Cyan19.7%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#c0adef text on a black background
contrast 10.47:1
Card sample
#c0adef text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0adef;
Background color
Panel with #c0adef background
background-color: #c0adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0adef; background: linear-gradient(135deg, #c0adef, #ECADEF);