#ccbeaf
a light, soft orange · warm · closest name: silver
RGB
204, 190, 175
HSL
31°, 22%, 74%
CMYK
0, 7, 14, 20
Luminance
0.5276
Every format
| HEX | #ccbeaf |
| RGB | rgb(204, 190, 175) |
| HSL | hsl(31, 22%, 74%) |
| CMYK | cmyk(0%, 7%, 14%, 20%) |
| LAB | lab(77.7 2.4 9.3) |
| LCH | lch(77.7 9.7 75.5) |
| OKLCH | oklch(0.809 0.026 69.4) |
Copy-ready code
/* CSS */
color: #ccbeaf;
background-color: #ccbeaf;
/* Tailwind (arbitrary) */
class="text-[#ccbeaf] bg-[#ccbeaf]"
/* SCSS */
$brand: #ccbeaf;
/* SwiftUI */
Color(red: 0.800, green: 0.745, blue: 0.686)
/* Android */
Color.parseColor("#ccbeaf")Accessibility — WCAG contrast
Aa
#ccbeaf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbeaf on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow14.2%
Key (black)20.0%
Color previews
#ccbeaf text on a black background
contrast 11.55:1
Card sample
#ccbeaf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbeaf;
Background color
Panel with #ccbeaf background
background-color: #ccbeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 190, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 190, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbeaf; background: linear-gradient(135deg, #ccbeaf, #C7CCAF);