#cfd094
a light, soft yellow · cool · closest name: tan
RGB
207, 208, 148
HSL
61°, 39%, 70%
CMYK
1, 0, 29, 18
Luminance
0.6052
Every format
| HEX | #cfd094 |
| RGB | rgb(207, 208, 148) |
| HSL | hsl(61, 39%, 70%) |
| CMYK | cmyk(1%, 0%, 29%, 18%) |
| LAB | lab(82.1 -9.8 29.8) |
| LCH | lch(82.1 31.3 108.1) |
| OKLCH | oklch(0.842 0.079 108.8) |
Copy-ready code
/* CSS */
color: #cfd094;
background-color: #cfd094;
/* Tailwind (arbitrary) */
class="text-[#cfd094] bg-[#cfd094]"
/* SCSS */
$brand: #cfd094;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.580)
/* Android */
Color.parseColor("#cfd094")Accessibility — WCAG contrast
Aa
#cfd094 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd094 on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue58.0%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow28.8%
Key (black)18.4%
Color previews
#cfd094 text on a black background
contrast 13.10:1
Card sample
#cfd094 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd094;
Background color
Panel with #cfd094 background
background-color: #cfd094;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd094;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd094; background: linear-gradient(135deg, #cfd094, #A7D094);