#cfdf7b
a light, vivid yellow · cool · closest name: khaki
RGB
207, 223, 123
HSL
70°, 61%, 68%
CMYK
7, 0, 45, 13
Luminance
0.6747
Every format
| HEX | #cfdf7b |
| RGB | rgb(207, 223, 123) |
| HSL | hsl(70, 61%, 68%) |
| CMYK | cmyk(7%, 0%, 45%, 13%) |
| LAB | lab(85.7 -20.1 47.0) |
| LCH | lch(85.7 51.1 113.2) |
| OKLCH | oklch(0.870 0.126 116.6) |
Copy-ready code
/* CSS */
color: #cfdf7b;
background-color: #cfdf7b;
/* Tailwind (arbitrary) */
class="text-[#cfdf7b] bg-[#cfdf7b]"
/* SCSS */
$brand: #cfdf7b;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.482)
/* Android */
Color.parseColor("#cfdf7b")Accessibility — WCAG contrast
Aa
#cfdf7b on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf7b on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue48.2%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow44.8%
Key (black)12.5%
Color previews
#cfdf7b text on a black background
contrast 14.49:1
Card sample
#cfdf7b text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf7b;
Background color
Panel with #cfdf7b background
background-color: #cfdf7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf7b; background: linear-gradient(135deg, #cfdf7b, #8CDF7B);