#cebcaf
a light, soft orange · warm · closest name: silver
RGB
206, 188, 175
HSL
25°, 24%, 75%
CMYK
0, 9, 15, 19
Luminance
0.5218
Every format
| HEX | #cebcaf |
| RGB | rgb(206, 188, 175) |
| HSL | hsl(25, 24%, 75%) |
| CMYK | cmyk(0%, 9%, 15%, 19%) |
| LAB | lab(77.4 4.2 8.9) |
| LCH | lch(77.4 9.8 64.6) |
| OKLCH | oklch(0.807 0.027 58.2) |
Copy-ready code
/* CSS */
color: #cebcaf;
background-color: #cebcaf;
/* Tailwind (arbitrary) */
class="text-[#cebcaf] bg-[#cebcaf]"
/* SCSS */
$brand: #cebcaf;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#cebcaf")Accessibility — WCAG contrast
Aa
#cebcaf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebcaf on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow15.0%
Key (black)19.2%
Color previews
#cebcaf text on a black background
contrast 11.44:1
Card sample
#cebcaf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebcaf;
Background color
Panel with #cebcaf background
background-color: #cebcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebcaf; background: linear-gradient(135deg, #cebcaf, #CBCEAF);