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