#cfd280
a light, vivid yellow · cool · closest name: khaki
RGB
207, 210, 128
HSL
62°, 48%, 66%
CMYK
1, 0, 39, 18
Luminance
0.6092
Every format
| HEX | #cfd280 |
| RGB | rgb(207, 210, 128) |
| HSL | hsl(62, 48%, 66%) |
| CMYK | cmyk(1%, 0%, 39%, 18%) |
| LAB | lab(82.3 -13.2 40.3) |
| LCH | lch(82.3 42.4 108.1) |
| OKLCH | oklch(0.843 0.105 110.3) |
Copy-ready code
/* CSS */
color: #cfd280;
background-color: #cfd280;
/* Tailwind (arbitrary) */
class="text-[#cfd280] bg-[#cfd280]"
/* SCSS */
$brand: #cfd280;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.502)
/* Android */
Color.parseColor("#cfd280")Accessibility — WCAG contrast
Aa
#cfd280 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd280 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue50.2%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow39.0%
Key (black)17.6%
Color previews
#cfd280 text on a black background
contrast 13.18:1
Card sample
#cfd280 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd280;
Background color
Panel with #cfd280 background
background-color: #cfd280;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd280;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd280; background: linear-gradient(135deg, #cfd280, #98D280);