#cfd35f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 211, 95
HSL
62°, 57%, 60%
CMYK
2, 0, 55, 17
Luminance
0.6068
Every format
| HEX | #cfd35f |
| RGB | rgb(207, 211, 95) |
| HSL | hsl(62, 57%, 60%) |
| CMYK | cmyk(2%, 0%, 55%, 17%) |
| LAB | lab(82.2 -16.8 55.9) |
| LCH | lch(82.2 58.4 106.7) |
| OKLCH | oklch(0.841 0.139 110.9) |
Copy-ready code
/* CSS */
color: #cfd35f;
background-color: #cfd35f;
/* Tailwind (arbitrary) */
class="text-[#cfd35f] bg-[#cfd35f]"
/* SCSS */
$brand: #cfd35f;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.373)
/* Android */
Color.parseColor("#cfd35f")Accessibility — WCAG contrast
Aa
#cfd35f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd35f on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue37.3%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow55.0%
Key (black)17.3%
Color previews
#cfd35f text on a black background
contrast 13.14:1
Card sample
#cfd35f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd35f;
Background color
Panel with #cfd35f background
background-color: #cfd35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd35f; background: linear-gradient(135deg, #cfd35f, #82D35F);