#cdd68f
a light, vivid yellow · cool · closest name: khaki
RGB
205, 214, 143
HSL
68°, 46%, 70%
CMYK
4, 0, 33, 16
Luminance
0.6306
Every format
| HEX | #cdd68f |
| RGB | rgb(205, 214, 143) |
| HSL | hsl(68, 46%, 70%) |
| CMYK | cmyk(4%, 0%, 33%, 16%) |
| LAB | lab(83.5 -14.2 34.1) |
| LCH | lch(83.5 36.9 112.6) |
| OKLCH | oklch(0.853 0.093 114.3) |
Copy-ready code
/* CSS */
color: #cdd68f;
background-color: #cdd68f;
/* Tailwind (arbitrary) */
class="text-[#cdd68f] bg-[#cdd68f]"
/* SCSS */
$brand: #cdd68f;
/* SwiftUI */
Color(red: 0.804, green: 0.839, blue: 0.561)
/* Android */
Color.parseColor("#cdd68f")Accessibility — WCAG contrast
Aa
#cdd68f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd68f on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.9%
Blue56.1%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow33.2%
Key (black)16.1%
Color previews
#cdd68f text on a black background
contrast 13.61:1
Card sample
#cdd68f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd68f;
Background color
Panel with #cdd68f background
background-color: #cdd68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 214, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 214, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd68f; background: linear-gradient(135deg, #cdd68f, #9ED68F);