#bcadef
a light, vivid blue · warm · closest name: plum
RGB
188, 173, 239
HSL
254°, 67%, 81%
CMYK
21, 28, 0, 6
Luminance
0.4681
Every format
| HEX | #bcadef |
| RGB | rgb(188, 173, 239) |
| HSL | hsl(254, 67%, 81%) |
| CMYK | cmyk(21%, 28%, 0%, 6%) |
| LAB | lab(74.1 18.8 -31.0) |
| LCH | lch(74.1 36.2 301.2) |
| OKLCH | oklch(0.784 0.094 294.6) |
Copy-ready code
/* CSS */
color: #bcadef;
background-color: #bcadef;
/* Tailwind (arbitrary) */
class="text-[#bcadef] bg-[#bcadef]"
/* SCSS */
$brand: #bcadef;
/* SwiftUI */
Color(red: 0.737, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#bcadef")Accessibility — WCAG contrast
Aa
#bcadef on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcadef on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.8%
Blue93.7%
CMYK percentages
Cyan21.3%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#bcadef text on a black background
contrast 10.36:1
Card sample
#bcadef text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcadef;
Background color
Panel with #bcadef background
background-color: #bcadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcadef; background: linear-gradient(135deg, #bcadef, #E8ADEF);