#cfba88
a light, soft yellow · warm · closest name: tan
RGB
207, 186, 136
HSL
42°, 43%, 67%
CMYK
0, 10, 34, 19
Luminance
0.5016
Every format
| HEX | #cfba88 |
| RGB | rgb(207, 186, 136) |
| HSL | hsl(42, 43%, 67%) |
| CMYK | cmyk(0%, 10%, 34%, 19%) |
| LAB | lab(76.2 0.2 28.1) |
| LCH | lch(76.2 28.1 89.7) |
| OKLCH | oklch(0.795 0.070 87.8) |
Copy-ready code
/* CSS */
color: #cfba88;
background-color: #cfba88;
/* Tailwind (arbitrary) */
class="text-[#cfba88] bg-[#cfba88]"
/* SCSS */
$brand: #cfba88;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.533)
/* Android */
Color.parseColor("#cfba88")Accessibility — WCAG contrast
Aa
#cfba88 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba88 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow34.3%
Key (black)18.8%
Color previews
#cfba88 text on a black background
contrast 11.03:1
Card sample
#cfba88 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba88;
Background color
Panel with #cfba88 background
background-color: #cfba88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba88; background: linear-gradient(135deg, #cfba88, #B5CF88);