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