#cecfba
a light, soft yellow · cool · closest name: silver
RGB
206, 207, 186
HSL
63°, 18%, 77%
CMYK
1, 0, 10, 19
Luminance
0.6129
Every format
| HEX | #cecfba |
| RGB | rgb(206, 207, 186) |
| HSL | hsl(63, 18%, 77%) |
| CMYK | cmyk(1%, 0%, 10%, 19%) |
| LAB | lab(82.5 -4.0 10.3) |
| LCH | lch(82.5 11.1 111.2) |
| OKLCH | oklch(0.848 0.029 109.2) |
Copy-ready code
/* CSS */
color: #cecfba;
background-color: #cecfba;
/* Tailwind (arbitrary) */
class="text-[#cecfba] bg-[#cecfba]"
/* SCSS */
$brand: #cecfba;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#cecfba")Accessibility — WCAG contrast
Aa
#cecfba on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfba on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#cecfba text on a black background
contrast 13.26:1
Card sample
#cecfba text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfba;
Background color
Panel with #cecfba background
background-color: #cecfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfba; background: linear-gradient(135deg, #cecfba, #C0CFBA);