#ceafb1
a light, soft red · warm · closest name: silver
RGB
206, 175, 177
HSL
356°, 24%, 75%
CMYK
0, 15, 14, 19
Luminance
0.4696
Every format
| HEX | #ceafb1 |
| RGB | rgb(206, 175, 177) |
| HSL | hsl(356, 24%, 75%) |
| CMYK | cmyk(0%, 15%, 14%, 19%) |
| LAB | lab(74.2 11.5 3.1) |
| LCH | lch(74.2 11.9 15.3) |
| OKLCH | oklch(0.782 0.036 13.5) |
Copy-ready code
/* CSS */
color: #ceafb1;
background-color: #ceafb1;
/* Tailwind (arbitrary) */
class="text-[#ceafb1] bg-[#ceafb1]"
/* SCSS */
$brand: #ceafb1;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.694)
/* Android */
Color.parseColor("#ceafb1")Accessibility — WCAG contrast
Aa
#ceafb1 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafb1 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow14.1%
Key (black)19.2%
Color previews
#ceafb1 text on a black background
contrast 10.39:1
Card sample
#ceafb1 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafb1;
Background color
Panel with #ceafb1 background
background-color: #ceafb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafb1; background: linear-gradient(135deg, #ceafb1, #CEC2AF);