#cfd45f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 212, 95
HSL
63°, 58%, 60%
CMYK
2, 0, 55, 17
Luminance
0.6118
Every format
| HEX | #cfd45f |
| RGB | rgb(207, 212, 95) |
| HSL | hsl(63, 58%, 60%) |
| CMYK | cmyk(2%, 0%, 55%, 17%) |
| LAB | lab(82.5 -17.3 56.2) |
| LCH | lch(82.5 58.8 107.1) |
| OKLCH | oklch(0.843 0.140 111.3) |
Copy-ready code
/* CSS */
color: #cfd45f;
background-color: #cfd45f;
/* Tailwind (arbitrary) */
class="text-[#cfd45f] bg-[#cfd45f]"
/* SCSS */
$brand: #cfd45f;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.373)
/* Android */
Color.parseColor("#cfd45f")Accessibility — WCAG contrast
Aa
#cfd45f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd45f on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue37.3%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow55.2%
Key (black)16.9%
Color previews
#cfd45f text on a black background
contrast 13.24:1
Card sample
#cfd45f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd45f;
Background color
Panel with #cfd45f background
background-color: #cfd45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd45f; background: linear-gradient(135deg, #cfd45f, #81D45F);