#ccd968
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 217, 104
HSL
67°, 60%, 63%
CMYK
6, 0, 52, 15
Luminance
0.6346
Every format
| HEX | #ccd968 |
| RGB | rgb(204, 217, 104) |
| HSL | hsl(67, 60%, 63%) |
| CMYK | cmyk(6%, 0%, 52%, 15%) |
| LAB | lab(83.7 -20.2 53.5) |
| LCH | lch(83.7 57.1 110.7) |
| OKLCH | oklch(0.852 0.139 114.8) |
Copy-ready code
/* CSS */
color: #ccd968;
background-color: #ccd968;
/* Tailwind (arbitrary) */
class="text-[#ccd968] bg-[#ccd968]"
/* SCSS */
$brand: #ccd968;
/* SwiftUI */
Color(red: 0.800, green: 0.851, blue: 0.408)
/* Android */
Color.parseColor("#ccd968")Accessibility — WCAG contrast
Aa
#ccd968 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd968 on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.1%
Blue40.8%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow52.1%
Key (black)14.9%
Color previews
#ccd968 text on a black background
contrast 13.69:1
Card sample
#ccd968 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd968;
Background color
Panel with #ccd968 background
background-color: #ccd968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 217, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 217, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd968; background: linear-gradient(135deg, #ccd968, #81D968);