#ceaaaf
a light, soft red · warm · closest name: pink
RGB
206, 170, 175
HSL
352°, 27%, 74%
CMYK
0, 18, 15, 19
Luminance
0.4497
Every format
| HEX | #ceaaaf |
| RGB | rgb(206, 170, 175) |
| HSL | hsl(352, 27%, 74%) |
| CMYK | cmyk(0%, 18%, 15%, 19%) |
| LAB | lab(72.9 13.9 2.4) |
| LCH | lch(72.9 14.1 9.7) |
| OKLCH | oklch(0.771 0.043 8.7) |
Copy-ready code
/* CSS */
color: #ceaaaf;
background-color: #ceaaaf;
/* Tailwind (arbitrary) */
class="text-[#ceaaaf] bg-[#ceaaaf]"
/* SCSS */
$brand: #ceaaaf;
/* SwiftUI */
Color(red: 0.808, green: 0.667, blue: 0.686)
/* Android */
Color.parseColor("#ceaaaf")Accessibility — WCAG contrast
Aa
#ceaaaf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaaaf on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green66.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow15.0%
Key (black)19.2%
Color previews
#ceaaaf text on a black background
contrast 9.99:1
Card sample
#ceaaaf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaaaf;
Background color
Panel with #ceaaaf background
background-color: #ceaaaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaaaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 170, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 170, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaaaf; background: linear-gradient(135deg, #ceaaaf, #CEBDAA);