#cfda85
a light, vivid yellow · cool · closest name: khaki
RGB
207, 218, 133
HSL
68°, 54%, 69%
CMYK
5, 0, 39, 15
Luminance
0.6510
Every format
| HEX | #cfda85 |
| RGB | rgb(207, 218, 133) |
| HSL | hsl(68, 54%, 69%) |
| CMYK | cmyk(5%, 0%, 39%, 15%) |
| LAB | lab(84.5 -16.6 40.6) |
| LCH | lch(84.5 43.8 112.3) |
| OKLCH | oklch(0.861 0.109 114.8) |
Copy-ready code
/* CSS */
color: #cfda85;
background-color: #cfda85;
/* Tailwind (arbitrary) */
class="text-[#cfda85] bg-[#cfda85]"
/* SCSS */
$brand: #cfda85;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.522)
/* Android */
Color.parseColor("#cfda85")Accessibility — WCAG contrast
Aa
#cfda85 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfda85 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue52.2%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow39.0%
Key (black)14.5%
Color previews
#cfda85 text on a black background
contrast 14.02:1
Card sample
#cfda85 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfda85;
Background color
Panel with #cfda85 background
background-color: #cfda85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfda85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfda85; background: linear-gradient(135deg, #cfda85, #96DA85);