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