#cec1af
a light, soft orange · warm · closest name: silver
RGB
206, 193, 175
HSL
35°, 24%, 75%
CMYK
0, 6, 15, 19
Luminance
0.5436
Every format
| HEX | #cec1af |
| RGB | rgb(206, 193, 175) |
| HSL | hsl(35, 24%, 75%) |
| CMYK | cmyk(0%, 6%, 15%, 19%) |
| LAB | lab(78.7 1.6 10.7) |
| LCH | lch(78.7 10.8 81.7) |
| OKLCH | oklch(0.817 0.029 76.2) |
Copy-ready code
/* CSS */
color: #cec1af;
background-color: #cec1af;
/* Tailwind (arbitrary) */
class="text-[#cec1af] bg-[#cec1af]"
/* SCSS */
$brand: #cec1af;
/* SwiftUI */
Color(red: 0.808, green: 0.757, blue: 0.686)
/* Android */
Color.parseColor("#cec1af")Accessibility — WCAG contrast
Aa
#cec1af on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec1af on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green75.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow15.0%
Key (black)19.2%
Color previews
#cec1af text on a black background
contrast 11.87:1
Card sample
#cec1af text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec1af;
Background color
Panel with #cec1af background
background-color: #cec1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 193, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 193, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec1af; background: linear-gradient(135deg, #cec1af, #C6CEAF);