#ceaeac
a light, soft red · warm · closest name: silver
RGB
206, 174, 172
HSL
4°, 26%, 74%
CMYK
0, 16, 17, 19
Luminance
0.4637
Every format
| HEX | #ceaeac |
| RGB | rgb(206, 174, 172) |
| HSL | hsl(4, 26%, 74%) |
| CMYK | cmyk(0%, 16%, 17%, 19%) |
| LAB | lab(73.8 11.3 5.3) |
| LCH | lch(73.8 12.5 25.4) |
| OKLCH | oklch(0.778 0.037 22.2) |
Copy-ready code
/* CSS */
color: #ceaeac;
background-color: #ceaeac;
/* Tailwind (arbitrary) */
class="text-[#ceaeac] bg-[#ceaeac]"
/* SCSS */
$brand: #ceaeac;
/* SwiftUI */
Color(red: 0.808, green: 0.682, blue: 0.675)
/* Android */
Color.parseColor("#ceaeac")Accessibility — WCAG contrast
Aa
#ceaeac on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaeac on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow16.5%
Key (black)19.2%
Color previews
#ceaeac text on a black background
contrast 10.27:1
Card sample
#ceaeac text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaeac;
Background color
Panel with #ceaeac background
background-color: #ceaeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 174, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 174, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaeac; background: linear-gradient(135deg, #ceaeac, #CEC5AC);