#cbbcfe
a pale, electric blue · warm · closest name: plum
RGB
203, 188, 254
HSL
254°, 97%, 87%
CMYK
20, 26, 0, 0
Luminance
0.5582
Every format
| HEX | #cbbcfe |
| RGB | rgb(203, 188, 254) |
| HSL | hsl(254, 97%, 87%) |
| CMYK | cmyk(20%, 26%, 0%, 0%) |
| LAB | lab(79.5 18.4 -30.6) |
| LCH | lch(79.5 35.7 301.1) |
| OKLCH | oklch(0.830 0.093 294.7) |
Copy-ready code
/* CSS */
color: #cbbcfe;
background-color: #cbbcfe;
/* Tailwind (arbitrary) */
class="text-[#cbbcfe] bg-[#cbbcfe]"
/* SCSS */
$brand: #cbbcfe;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.996)
/* Android */
Color.parseColor("#cbbcfe")Accessibility — WCAG contrast
Aa
#cbbcfe on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbcfe on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue99.6%
CMYK percentages
Cyan20.1%
Magenta26.0%
Yellow0.0%
Key (black)0.4%
Color previews
#cbbcfe text on a black background
contrast 12.16:1
Card sample
#cbbcfe text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbcfe;
Background color
Panel with #cbbcfe background
background-color: #cbbcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbcfe; background: linear-gradient(135deg, #cbbcfe, #F7BCFE);