#cbaeaf
a light, soft red · warm · closest name: silver
RGB
203, 174, 175
HSL
358°, 22%, 74%
CMYK
0, 14, 14, 20
Luminance
0.4606
Every format
| HEX | #cbaeaf |
| RGB | rgb(203, 174, 175) |
| HSL | hsl(358, 22%, 74%) |
| CMYK | cmyk(0%, 14%, 14%, 20%) |
| LAB | lab(73.6 10.6 3.4) |
| LCH | lch(73.6 11.2 17.6) |
| OKLCH | oklch(0.776 0.034 15.5) |
Copy-ready code
/* CSS */
color: #cbaeaf;
background-color: #cbaeaf;
/* Tailwind (arbitrary) */
class="text-[#cbaeaf] bg-[#cbaeaf]"
/* SCSS */
$brand: #cbaeaf;
/* SwiftUI */
Color(red: 0.796, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#cbaeaf")Accessibility — WCAG contrast
Aa
#cbaeaf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaeaf on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow13.8%
Key (black)20.4%
Color previews
#cbaeaf text on a black background
contrast 10.21:1
Card sample
#cbaeaf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaeaf;
Background color
Panel with #cbaeaf background
background-color: #cbaeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaeaf; background: linear-gradient(135deg, #cbaeaf, #CBC0AE);