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