#cfd191
a light, soft yellow · cool · closest name: khaki
RGB
207, 209, 145
HSL
62°, 41%, 69%
CMYK
1, 0, 31, 18
Luminance
0.6091
Every format
| HEX | #cfd191 |
| RGB | rgb(207, 209, 145) |
| HSL | hsl(62, 41%, 69%) |
| CMYK | cmyk(1%, 0%, 31%, 18%) |
| LAB | lab(82.3 -10.6 31.6) |
| LCH | lch(82.3 33.4 108.6) |
| OKLCH | oklch(0.844 0.084 109.6) |
Copy-ready code
/* CSS */
color: #cfd191;
background-color: #cfd191;
/* Tailwind (arbitrary) */
class="text-[#cfd191] bg-[#cfd191]"
/* SCSS */
$brand: #cfd191;
/* SwiftUI */
Color(red: 0.812, green: 0.820, blue: 0.569)
/* Android */
Color.parseColor("#cfd191")Accessibility — WCAG contrast
Aa
#cfd191 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd191 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.0%
Blue56.9%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow30.6%
Key (black)18.0%
Color previews
#cfd191 text on a black background
contrast 13.18:1
Card sample
#cfd191 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd191;
Background color
Panel with #cfd191 background
background-color: #cfd191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 209, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 209, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd191; background: linear-gradient(135deg, #cfd191, #A4D191);