#cfd968
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 217, 104
HSL
65°, 60%, 63%
CMYK
5, 0, 52, 15
Luminance
0.6389
Every format
| HEX | #cfd968 |
| RGB | rgb(207, 217, 104) |
| HSL | hsl(65, 60%, 63%) |
| CMYK | cmyk(5%, 0%, 52%, 15%) |
| LAB | lab(83.9 -19.0 53.8) |
| LCH | lch(83.9 57.0 109.4) |
| OKLCH | oklch(0.855 0.138 113.5) |
Copy-ready code
/* CSS */
color: #cfd968;
background-color: #cfd968;
/* Tailwind (arbitrary) */
class="text-[#cfd968] bg-[#cfd968]"
/* SCSS */
$brand: #cfd968;
/* SwiftUI */
Color(red: 0.812, green: 0.851, blue: 0.408)
/* Android */
Color.parseColor("#cfd968")Accessibility — WCAG contrast
Aa
#cfd968 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd968 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.1%
Blue40.8%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow52.1%
Key (black)14.9%
Color previews
#cfd968 text on a black background
contrast 13.78:1
Card sample
#cfd968 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd968;
Background color
Panel with #cfd968 background
background-color: #cfd968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 217, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 217, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd968; background: linear-gradient(135deg, #cfd968, #84D968);