#ceabaf
a light, soft red · warm · closest name: silver
RGB
206, 171, 175
HSL
353°, 26%, 74%
CMYK
0, 17, 15, 19
Luminance
0.4534
Every format
| HEX | #ceabaf |
| RGB | rgb(206, 171, 175) |
| HSL | hsl(353, 26%, 74%) |
| CMYK | cmyk(0%, 17%, 15%, 19%) |
| LAB | lab(73.1 13.4 2.7) |
| LCH | lch(73.1 13.6 11.5) |
| OKLCH | oklch(0.773 0.041 10.3) |
Copy-ready code
/* CSS */
color: #ceabaf;
background-color: #ceabaf;
/* Tailwind (arbitrary) */
class="text-[#ceabaf] bg-[#ceabaf]"
/* SCSS */
$brand: #ceabaf;
/* SwiftUI */
Color(red: 0.808, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#ceabaf")Accessibility — WCAG contrast
Aa
#ceabaf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceabaf on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow15.0%
Key (black)19.2%
Color previews
#ceabaf text on a black background
contrast 10.07:1
Card sample
#ceabaf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceabaf;
Background color
Panel with #ceabaf background
background-color: #ceabaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceabaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceabaf; background: linear-gradient(135deg, #ceabaf, #CEBEAB);