#ceafad
a light, soft red · warm · closest name: silver
RGB
206, 175, 173
HSL
4°, 25%, 74%
CMYK
0, 15, 16, 19
Luminance
0.4680
Every format
| HEX | #ceafad |
| RGB | rgb(206, 175, 173) |
| HSL | hsl(4, 25%, 74%) |
| CMYK | cmyk(0%, 15%, 16%, 19%) |
| LAB | lab(74.1 10.9 5.2) |
| LCH | lch(74.1 12.1 25.5) |
| OKLCH | oklch(0.780 0.036 22.3) |
Copy-ready code
/* CSS */
color: #ceafad;
background-color: #ceafad;
/* Tailwind (arbitrary) */
class="text-[#ceafad] bg-[#ceafad]"
/* SCSS */
$brand: #ceafad;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.678)
/* Android */
Color.parseColor("#ceafad")Accessibility — WCAG contrast
Aa
#ceafad on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafad on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow16.0%
Key (black)19.2%
Color previews
#ceafad text on a black background
contrast 10.36:1
Card sample
#ceafad text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafad;
Background color
Panel with #ceafad background
background-color: #ceafad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafad; background: linear-gradient(135deg, #ceafad, #CEC5AD);