#cfd59f
a light, soft yellow · cool · closest name: tan
RGB
207, 213, 159
HSL
67°, 39%, 73%
CMYK
3, 0, 25, 17
Luminance
0.6336
Every format
| HEX | #cfd59f |
| RGB | rgb(207, 213, 159) |
| HSL | hsl(67, 39%, 73%) |
| CMYK | cmyk(3%, 0%, 25%, 17%) |
| LAB | lab(83.6 -10.8 26.1) |
| LCH | lch(83.6 28.2 112.5) |
| OKLCH | oklch(0.855 0.072 113.1) |
Copy-ready code
/* CSS */
color: #cfd59f;
background-color: #cfd59f;
/* Tailwind (arbitrary) */
class="text-[#cfd59f] bg-[#cfd59f]"
/* SCSS */
$brand: #cfd59f;
/* SwiftUI */
Color(red: 0.812, green: 0.835, blue: 0.624)
/* Android */
Color.parseColor("#cfd59f")Accessibility — WCAG contrast
Aa
#cfd59f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd59f on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.5%
Blue62.4%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow25.4%
Key (black)16.5%
Color previews
#cfd59f text on a black background
contrast 13.67:1
Card sample
#cfd59f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd59f;
Background color
Panel with #cfd59f background
background-color: #cfd59f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd59f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 213, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 213, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd59f; background: linear-gradient(135deg, #cfd59f, #ABD59F);