#c9beee
a light, vivid blue · warm · closest name: plum
RGB
201, 190, 238
HSL
254°, 59%, 84%
CMYK
16, 20, 0, 7
Luminance
0.5542
Every format
| HEX | #c9beee |
| RGB | rgb(201, 190, 238) |
| HSL | hsl(254, 59%, 84%) |
| CMYK | cmyk(16%, 20%, 0%, 7%) |
| LAB | lab(79.3 13.2 -22.4) |
| LCH | lch(79.3 26.0 300.6) |
| OKLCH | oklch(0.826 0.068 295.4) |
Copy-ready code
/* CSS */
color: #c9beee;
background-color: #c9beee;
/* Tailwind (arbitrary) */
class="text-[#c9beee] bg-[#c9beee]"
/* SCSS */
$brand: #c9beee;
/* SwiftUI */
Color(red: 0.788, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#c9beee")Accessibility — WCAG contrast
Aa
#c9beee on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9beee on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green74.5%
Blue93.3%
CMYK percentages
Cyan15.5%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#c9beee text on a black background
contrast 12.08:1
Card sample
#c9beee text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9beee;
Background color
Panel with #c9beee background
background-color: #c9beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9beee; background: linear-gradient(135deg, #c9beee, #E9BEEE);