#bebceb
a light, vivid blue · warm · closest name: lavender
RGB
190, 188, 235
HSL
243°, 54%, 83%
CMYK
19, 20, 0, 8
Luminance
0.5291
Every format
| HEX | #bebceb |
| RGB | rgb(190, 188, 235) |
| HSL | hsl(243, 54%, 83%) |
| CMYK | cmyk(19%, 20%, 0%, 8%) |
| LAB | lab(77.8 10.3 -23.1) |
| LCH | lch(77.8 25.2 294.0) |
| OKLCH | oklch(0.813 0.066 286.8) |
Copy-ready code
/* CSS */
color: #bebceb;
background-color: #bebceb;
/* Tailwind (arbitrary) */
class="text-[#bebceb] bg-[#bebceb]"
/* SCSS */
$brand: #bebceb;
/* SwiftUI */
Color(red: 0.745, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#bebceb")Accessibility — WCAG contrast
Aa
#bebceb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bebceb on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green73.7%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#bebceb text on a black background
contrast 11.58:1
Card sample
#bebceb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bebceb;
Background color
Panel with #bebceb background
background-color: #bebceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bebceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bebceb; background: linear-gradient(135deg, #bebceb, #DDBCEB);