#cbdf5f
a balanced, vivid yellow · cool · closest name: khaki
RGB
203, 223, 95
HSL
69°, 67%, 62%
CMYK
9, 0, 57, 13
Luminance
0.6630
Every format
| HEX | #cbdf5f |
| RGB | rgb(203, 223, 95) |
| HSL | hsl(69, 67%, 62%) |
| CMYK | cmyk(9%, 0%, 57%, 13%) |
| LAB | lab(85.2 -24.2 59.2) |
| LCH | lch(85.2 63.9 112.3) |
| OKLCH | oklch(0.864 0.154 117.2) |
Copy-ready code
/* CSS */
color: #cbdf5f;
background-color: #cbdf5f;
/* Tailwind (arbitrary) */
class="text-[#cbdf5f] bg-[#cbdf5f]"
/* SCSS */
$brand: #cbdf5f;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.373)
/* Android */
Color.parseColor("#cbdf5f")Accessibility — WCAG contrast
Aa
#cbdf5f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf5f on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue37.3%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow57.4%
Key (black)12.5%
Color previews
#cbdf5f text on a black background
contrast 14.26:1
Card sample
#cbdf5f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf5f;
Background color
Panel with #cbdf5f background
background-color: #cbdf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf5f; background: linear-gradient(135deg, #cbdf5f, #76DF5F);