#cfdf5b
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 223, 91
HSL
67°, 67%, 62%
CMYK
7, 0, 59, 13
Luminance
0.6680
Every format
| HEX | #cfdf5b |
| RGB | rgb(207, 223, 91) |
| HSL | hsl(67, 67%, 62%) |
| CMYK | cmyk(7%, 0%, 59%, 13%) |
| LAB | lab(85.4 -22.9 61.3) |
| LCH | lch(85.4 65.4 110.5) |
| OKLCH | oklch(0.866 0.156 115.6) |
Copy-ready code
/* CSS */
color: #cfdf5b;
background-color: #cfdf5b;
/* Tailwind (arbitrary) */
class="text-[#cfdf5b] bg-[#cfdf5b]"
/* SCSS */
$brand: #cfdf5b;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.357)
/* Android */
Color.parseColor("#cfdf5b")Accessibility — WCAG contrast
Aa
#cfdf5b on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf5b on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue35.7%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow59.2%
Key (black)12.5%
Color previews
#cfdf5b text on a black background
contrast 14.36:1
Card sample
#cfdf5b text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf5b;
Background color
Panel with #cfdf5b background
background-color: #cfdf5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf5b; background: linear-gradient(135deg, #cfdf5b, #77DF5B);