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