#cecfac
a light, soft yellow · cool · closest name: beige
RGB
206, 207, 172
HSL
62°, 27%, 74%
CMYK
1, 0, 17, 19
Luminance
0.6073
Every format
| HEX | #cecfac |
| RGB | rgb(206, 207, 172) |
| HSL | hsl(62, 27%, 74%) |
| CMYK | cmyk(1%, 0%, 17%, 19%) |
| LAB | lab(82.2 -6.2 17.3) |
| LCH | lch(82.2 18.4 109.8) |
| OKLCH | oklch(0.845 0.047 108.7) |
Copy-ready code
/* CSS */
color: #cecfac;
background-color: #cecfac;
/* Tailwind (arbitrary) */
class="text-[#cecfac] bg-[#cecfac]"
/* SCSS */
$brand: #cecfac;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#cecfac")Accessibility — WCAG contrast
Aa
#cecfac on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfac on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue67.5%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#cecfac text on a black background
contrast 13.15:1
Card sample
#cecfac text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfac;
Background color
Panel with #cecfac background
background-color: #cecfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfac; background: linear-gradient(135deg, #cecfac, #B7CFAC);