#cfd682
a light, vivid yellow · cool · closest name: khaki
RGB
207, 214, 130
HSL
65°, 51%, 68%
CMYK
3, 0, 39, 16
Luminance
0.6297
Every format
| HEX | #cfd682 |
| RGB | rgb(207, 214, 130) |
| HSL | hsl(65, 51%, 68%) |
| CMYK | cmyk(3%, 0%, 39%, 16%) |
| LAB | lab(83.4 -14.9 40.7) |
| LCH | lch(83.4 43.3 110.2) |
| OKLCH | oklch(0.852 0.107 112.6) |
Copy-ready code
/* CSS */
color: #cfd682;
background-color: #cfd682;
/* Tailwind (arbitrary) */
class="text-[#cfd682] bg-[#cfd682]"
/* SCSS */
$brand: #cfd682;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.510)
/* Android */
Color.parseColor("#cfd682")Accessibility — WCAG contrast
Aa
#cfd682 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd682 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue51.0%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow39.3%
Key (black)16.1%
Color previews
#cfd682 text on a black background
contrast 13.59:1
Card sample
#cfd682 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd682;
Background color
Panel with #cfd682 background
background-color: #cfd682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd682; background: linear-gradient(135deg, #cfd682, #97D682);