#cfd92f
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 217, 47
HSL
64°, 69%, 52%
CMYK
5, 0, 78, 15
Luminance
0.6310
Every format
| HEX | #cfd92f |
| RGB | rgb(207, 217, 47) |
| HSL | hsl(64, 69%, 52%) |
| CMYK | cmyk(5%, 0%, 78%, 15%) |
| LAB | lab(83.5 -22.4 75.2) |
| LCH | lch(83.5 78.4 106.6) |
| OKLCH | oklch(0.850 0.178 113.1) |
Copy-ready code
/* CSS */
color: #cfd92f;
background-color: #cfd92f;
/* Tailwind (arbitrary) */
class="text-[#cfd92f] bg-[#cfd92f]"
/* SCSS */
$brand: #cfd92f;
/* SwiftUI */
Color(red: 0.812, green: 0.851, blue: 0.184)
/* Android */
Color.parseColor("#cfd92f")Accessibility — WCAG contrast
Aa
#cfd92f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd92f on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.1%
Blue18.4%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow78.3%
Key (black)14.9%
Color previews
#cfd92f text on a black background
contrast 13.62:1
Card sample
#cfd92f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd92f;
Background color
Panel with #cfd92f background
background-color: #cfd92f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd92f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 217, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 217, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd92f; background: linear-gradient(135deg, #cfd92f, #5ED92F);