#cbdf1c
a balanced, electric yellow · cool · closest name: yellow
RGB
203, 223, 28
HSL
66°, 78%, 49%
CMYK
9, 0, 87, 13
Luminance
0.6556
Every format
| HEX | #cbdf1c |
| RGB | rgb(203, 223, 28) |
| HSL | hsl(66, 78%, 49%) |
| CMYK | cmyk(9%, 0%, 87%, 13%) |
| LAB | lab(84.8 -27.4 80.4) |
| LCH | lch(84.8 85.0 108.8) |
| OKLCH | oklch(0.859 0.192 116.2) |
Copy-ready code
/* CSS */
color: #cbdf1c;
background-color: #cbdf1c;
/* Tailwind (arbitrary) */
class="text-[#cbdf1c] bg-[#cbdf1c]"
/* SCSS */
$brand: #cbdf1c;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.110)
/* Android */
Color.parseColor("#cbdf1c")Accessibility — WCAG contrast
Aa
#cbdf1c on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf1c on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue11.0%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow87.4%
Key (black)12.5%
Color previews
#cbdf1c text on a black background
contrast 14.11:1
Card sample
#cbdf1c text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf1c;
Background color
Panel with #cbdf1c background
background-color: #cbdf1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf1c; background: linear-gradient(135deg, #cbdf1c, #49DF1C);