#cbdf3c
a balanced, vivid yellow · cool · closest name: yellow
RGB
203, 223, 60
HSL
67°, 72%, 56%
CMYK
9, 0, 73, 13
Luminance
0.6580
Every format
| HEX | #cbdf3c |
| RGB | rgb(203, 223, 60) |
| HSL | hsl(67, 72%, 56%) |
| CMYK | cmyk(9%, 0%, 73%, 13%) |
| LAB | lab(84.9 -26.4 72.4) |
| LCH | lch(84.9 77.1 110.0) |
| OKLCH | oklch(0.861 0.179 116.5) |
Copy-ready code
/* CSS */
color: #cbdf3c;
background-color: #cbdf3c;
/* Tailwind (arbitrary) */
class="text-[#cbdf3c] bg-[#cbdf3c]"
/* SCSS */
$brand: #cbdf3c;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.235)
/* Android */
Color.parseColor("#cbdf3c")Accessibility — WCAG contrast
Aa
#cbdf3c on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf3c on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue23.5%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow73.1%
Key (black)12.5%
Color previews
#cbdf3c text on a black background
contrast 14.16:1
Card sample
#cbdf3c text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf3c;
Background color
Panel with #cbdf3c background
background-color: #cbdf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf3c; background: linear-gradient(135deg, #cbdf3c, #5EDF3C);