#cebccc
a light, soft magenta / pink · warm · closest name: silver
RGB
206, 188, 204
HSL
307°, 16%, 77%
CMYK
0, 9, 1, 19
Luminance
0.5345
Every format
| HEX | #cebccc |
| RGB | rgb(206, 188, 204) |
| HSL | hsl(307, 16%, 77%) |
| CMYK | cmyk(0%, 9%, 1%, 19%) |
| LAB | lab(78.1 9.2 -5.7) |
| LCH | lch(78.1 10.8 328.1) |
| OKLCH | oklch(0.815 0.030 329.4) |
Copy-ready code
/* CSS */
color: #cebccc;
background-color: #cebccc;
/* Tailwind (arbitrary) */
class="text-[#cebccc] bg-[#cebccc]"
/* SCSS */
$brand: #cebccc;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.800)
/* Android */
Color.parseColor("#cebccc")Accessibility — WCAG contrast
Aa
#cebccc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebccc on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow1.0%
Key (black)19.2%
Color previews
#cebccc text on a black background
contrast 11.69:1
Card sample
#cebccc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebccc;
Background color
Panel with #cebccc background
background-color: #cebccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebccc; background: linear-gradient(135deg, #cebccc, #CEBCC0);