#c2bcfe
a pale, electric blue · warm · closest name: plum
RGB
194, 188, 254
HSL
246°, 97%, 87%
CMYK
24, 26, 0, 0
Luminance
0.5459
Every format
| HEX | #c2bcfe |
| RGB | rgb(194, 188, 254) |
| HSL | hsl(246, 97%, 87%) |
| CMYK | cmyk(24%, 26%, 0%, 0%) |
| LAB | lab(78.8 15.7 -31.7) |
| LCH | lch(78.8 35.4 296.4) |
| OKLCH | oklch(0.823 0.092 288.4) |
Copy-ready code
/* CSS */
color: #c2bcfe;
background-color: #c2bcfe;
/* Tailwind (arbitrary) */
class="text-[#c2bcfe] bg-[#c2bcfe]"
/* SCSS */
$brand: #c2bcfe;
/* SwiftUI */
Color(red: 0.761, green: 0.737, blue: 0.996)
/* Android */
Color.parseColor("#c2bcfe")Accessibility — WCAG contrast
Aa
#c2bcfe on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bcfe on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green73.7%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta26.0%
Yellow0.0%
Key (black)0.4%
Color previews
#c2bcfe text on a black background
contrast 11.92:1
Card sample
#c2bcfe text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bcfe;
Background color
Panel with #c2bcfe background
background-color: #c2bcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 188, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 188, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bcfe; background: linear-gradient(135deg, #c2bcfe, #EEBCFE);