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