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