#cbdb4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
203, 219, 79
HSL
67°, 66%, 58%
CMYK
7, 0, 64, 14
Luminance
0.6392
Every format
| HEX | #cbdb4f |
| RGB | rgb(203, 219, 79) |
| HSL | hsl(67, 66%, 58%) |
| CMYK | cmyk(7%, 0%, 64%, 14%) |
| LAB | lab(83.9 -23.4 64.5) |
| LCH | lch(83.9 68.7 110.0) |
| OKLCH | oklch(0.853 0.162 115.5) |
Copy-ready code
/* CSS */
color: #cbdb4f;
background-color: #cbdb4f;
/* Tailwind (arbitrary) */
class="text-[#cbdb4f] bg-[#cbdb4f]"
/* SCSS */
$brand: #cbdb4f;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.310)
/* Android */
Color.parseColor("#cbdb4f")Accessibility — WCAG contrast
Aa
#cbdb4f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdb4f on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue31.0%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow63.9%
Key (black)14.1%
Color previews
#cbdb4f text on a black background
contrast 13.78:1
Card sample
#cbdb4f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdb4f;
Background color
Panel with #cbdb4f background
background-color: #cbdb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdb4f; background: linear-gradient(135deg, #cbdb4f, #6DDB4F);