#cfcf9b
a light, soft yellow · cool · closest name: tan
RGB
207, 207, 155
HSL
60°, 35%, 71%
CMYK
0, 0, 25, 19
Luminance
0.6026
Every format
| HEX | #cfcf9b |
| RGB | rgb(207, 207, 155) |
| HSL | hsl(60, 35%, 71%) |
| CMYK | cmyk(0%, 0%, 25%, 19%) |
| LAB | lab(82.0 -8.3 25.9) |
| LCH | lch(82.0 27.2 107.7) |
| OKLCH | oklch(0.842 0.069 107.8) |
Copy-ready code
/* CSS */
color: #cfcf9b;
background-color: #cfcf9b;
/* Tailwind (arbitrary) */
class="text-[#cfcf9b] bg-[#cfcf9b]"
/* SCSS */
$brand: #cfcf9b;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#cfcf9b")Accessibility — WCAG contrast
Aa
#cfcf9b on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcf9b on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow25.1%
Key (black)18.8%
Color previews
#cfcf9b text on a black background
contrast 13.05:1
Card sample
#cfcf9b text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcf9b;
Background color
Panel with #cfcf9b background
background-color: #cfcf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcf9b; background: linear-gradient(135deg, #cfcf9b, #ACCF9B);