#cfbc90
a light, soft yellow · warm · closest name: tan
RGB
207, 188, 144
HSL
42°, 40%, 69%
CMYK
0, 9, 30, 19
Luminance
0.5125
Every format
| HEX | #cfbc90 |
| RGB | rgb(207, 188, 144) |
| HSL | hsl(42, 40%, 69%) |
| CMYK | cmyk(0%, 9%, 30%, 19%) |
| LAB | lab(76.8 0.1 24.8) |
| LCH | lch(76.8 24.8 89.7) |
| OKLCH | oklch(0.800 0.063 87.4) |
Copy-ready code
/* CSS */
color: #cfbc90;
background-color: #cfbc90;
/* Tailwind (arbitrary) */
class="text-[#cfbc90] bg-[#cfbc90]"
/* SCSS */
$brand: #cfbc90;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.565)
/* Android */
Color.parseColor("#cfbc90")Accessibility — WCAG contrast
Aa
#cfbc90 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc90 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow30.4%
Key (black)18.8%
Color previews
#cfbc90 text on a black background
contrast 11.25:1
Card sample
#cfbc90 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc90;
Background color
Panel with #cfbc90 background
background-color: #cfbc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc90; background: linear-gradient(135deg, #cfbc90, #B8CF90);