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