#cebfac
a light, soft orange · warm · closest name: silver
RGB
206, 191, 172
HSL
34°, 26%, 74%
CMYK
0, 7, 17, 19
Luminance
0.5336
Every format
| HEX | #cebfac |
| RGB | rgb(206, 191, 172) |
| HSL | hsl(34, 26%, 74%) |
| CMYK | cmyk(0%, 7%, 17%, 19%) |
| LAB | lab(78.1 2.1 11.5) |
| LCH | lch(78.1 11.7 79.4) |
| OKLCH | oklch(0.812 0.031 73.8) |
Copy-ready code
/* CSS */
color: #cebfac;
background-color: #cebfac;
/* Tailwind (arbitrary) */
class="text-[#cebfac] bg-[#cebfac]"
/* SCSS */
$brand: #cebfac;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#cebfac")Accessibility — WCAG contrast
Aa
#cebfac on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfac on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow16.5%
Key (black)19.2%
Color previews
#cebfac text on a black background
contrast 11.67:1
Card sample
#cebfac text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfac;
Background color
Panel with #cebfac background
background-color: #cebfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfac; background: linear-gradient(135deg, #cebfac, #C6CEAC);