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