#cebfc2
a light, muted red · warm · closest name: silver
RGB
206, 191, 194
HSL
348°, 13%, 78%
CMYK
0, 7, 6, 19
Luminance
0.5428
Every format
| HEX | #cebfc2 |
| RGB | rgb(206, 191, 194) |
| HSL | hsl(348, 13%, 78%) |
| CMYK | cmyk(0%, 7%, 6%, 19%) |
| LAB | lab(78.6 5.8 0.4) |
| LCH | lch(78.6 5.8 4.0) |
| OKLCH | oklch(0.818 0.017 3.8) |
Copy-ready code
/* CSS */
color: #cebfc2;
background-color: #cebfc2;
/* Tailwind (arbitrary) */
class="text-[#cebfc2] bg-[#cebfc2]"
/* SCSS */
$brand: #cebfc2;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#cebfc2")Accessibility — WCAG contrast
Aa
#cebfc2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfc2 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow5.8%
Key (black)19.2%
Color previews
#cebfc2 text on a black background
contrast 11.86:1
Card sample
#cebfc2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfc2;
Background color
Panel with #cebfc2 background
background-color: #cebfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfc2; background: linear-gradient(135deg, #cebfc2, #CEC6BF);