#cbdf4e
a balanced, vivid yellow · cool · closest name: khaki
RGB
203, 223, 78
HSL
68°, 69%, 59%
CMYK
9, 0, 65, 13
Luminance
0.6602
Every format
| HEX | #cbdf4e |
| RGB | rgb(203, 223, 78) |
| HSL | hsl(68, 69%, 59%) |
| CMYK | cmyk(9%, 0%, 65%, 13%) |
| LAB | lab(85.0 -25.4 66.1) |
| LCH | lch(85.0 70.8 111.0) |
| OKLCH | oklch(0.862 0.167 116.8) |
Copy-ready code
/* CSS */
color: #cbdf4e;
background-color: #cbdf4e;
/* Tailwind (arbitrary) */
class="text-[#cbdf4e] bg-[#cbdf4e]"
/* SCSS */
$brand: #cbdf4e;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.306)
/* Android */
Color.parseColor("#cbdf4e")Accessibility — WCAG contrast
Aa
#cbdf4e on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf4e on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue30.6%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow65.0%
Key (black)12.5%
Color previews
#cbdf4e text on a black background
contrast 14.20:1
Card sample
#cbdf4e text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf4e;
Background color
Panel with #cbdf4e background
background-color: #cbdf4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf4e; background: linear-gradient(135deg, #cbdf4e, #6ADF4E);