#cebffc
a pale, electric blue · warm · closest name: plum
RGB
206, 191, 252
HSL
255°, 91%, 87%
CMYK
18, 24, 0, 1
Luminance
0.5741
Every format
| HEX | #cebffc |
| RGB | rgb(206, 191, 252) |
| HSL | hsl(255, 91%, 87%) |
| CMYK | cmyk(18%, 24%, 0%, 1%) |
| LAB | lab(80.4 17.3 -28.1) |
| LCH | lch(80.4 33.0 301.5) |
| OKLCH | oklch(0.838 0.086 295.8) |
Copy-ready code
/* CSS */
color: #cebffc;
background-color: #cebffc;
/* Tailwind (arbitrary) */
class="text-[#cebffc] bg-[#cebffc]"
/* SCSS */
$brand: #cebffc;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.988)
/* Android */
Color.parseColor("#cebffc")Accessibility — WCAG contrast
Aa
#cebffc on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebffc on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta24.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cebffc text on a black background
contrast 12.48:1
Card sample
#cebffc text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebffc;
Background color
Panel with #cebffc background
background-color: #cebffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebffc; background: linear-gradient(135deg, #cebffc, #F7BFFC);