#cfc596
a light, soft yellow · cool · closest name: tan
RGB
207, 197, 150
HSL
50°, 37%, 70%
CMYK
0, 5, 28, 19
Luminance
0.5540
Every format
| HEX | #cfc596 |
| RGB | rgb(207, 197, 150) |
| HSL | hsl(50, 37%, 70%) |
| CMYK | cmyk(0%, 5%, 28%, 19%) |
| LAB | lab(79.3 -3.8 24.9) |
| LCH | lch(79.3 25.2 98.7) |
| OKLCH | oklch(0.820 0.063 97.5) |
Copy-ready code
/* CSS */
color: #cfc596;
background-color: #cfc596;
/* Tailwind (arbitrary) */
class="text-[#cfc596] bg-[#cfc596]"
/* SCSS */
$brand: #cfc596;
/* SwiftUI */
Color(red: 0.812, green: 0.773, blue: 0.588)
/* Android */
Color.parseColor("#cfc596")Accessibility — WCAG contrast
Aa
#cfc596 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc596 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green77.3%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow27.5%
Key (black)18.8%
Color previews
#cfc596 text on a black background
contrast 12.08:1
Card sample
#cfc596 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc596;
Background color
Panel with #cfc596 background
background-color: #cfc596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 197, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 197, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc596; background: linear-gradient(135deg, #cfc596, #B3CF96);