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