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