#cfd28f
a light, soft yellow · cool · closest name: khaki
RGB
207, 210, 143
HSL
63°, 43%, 69%
CMYK
1, 0, 32, 18
Luminance
0.6134
Every format
| HEX | #cfd28f |
| RGB | rgb(207, 210, 143) |
| HSL | hsl(63, 43%, 69%) |
| CMYK | cmyk(1%, 0%, 32%, 18%) |
| LAB | lab(82.6 -11.4 32.9) |
| LCH | lch(82.6 34.9 109.1) |
| OKLCH | oklch(0.846 0.087 110.3) |
Copy-ready code
/* CSS */
color: #cfd28f;
background-color: #cfd28f;
/* Tailwind (arbitrary) */
class="text-[#cfd28f] bg-[#cfd28f]"
/* SCSS */
$brand: #cfd28f;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.561)
/* Android */
Color.parseColor("#cfd28f")Accessibility — WCAG contrast
Aa
#cfd28f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd28f on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue56.1%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow31.9%
Key (black)17.6%
Color previews
#cfd28f text on a black background
contrast 13.27:1
Card sample
#cfd28f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd28f;
Background color
Panel with #cfd28f background
background-color: #cfd28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd28f; background: linear-gradient(135deg, #cfd28f, #A2D28F);