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