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