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