#cbdf2c
a balanced, vivid yellow · cool · closest name: yellow
RGB
203, 223, 44
HSL
67°, 74%, 52%
CMYK
9, 0, 80, 13
Luminance
0.6565
Every format
| HEX | #cbdf2c |
| RGB | rgb(203, 223, 44) |
| HSL | hsl(67, 74%, 52%) |
| CMYK | cmyk(9%, 0%, 80%, 13%) |
| LAB | lab(84.8 -27.0 77.0) |
| LCH | lch(84.8 81.6 109.3) |
| OKLCH | oklch(0.860 0.186 116.3) |
Copy-ready code
/* CSS */
color: #cbdf2c;
background-color: #cbdf2c;
/* Tailwind (arbitrary) */
class="text-[#cbdf2c] bg-[#cbdf2c]"
/* SCSS */
$brand: #cbdf2c;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.173)
/* Android */
Color.parseColor("#cbdf2c")Accessibility — WCAG contrast
Aa
#cbdf2c on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf2c on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue17.3%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow80.3%
Key (black)12.5%
Color previews
#cbdf2c text on a black background
contrast 14.13:1
Card sample
#cbdf2c text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf2c;
Background color
Panel with #cbdf2c background
background-color: #cbdf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf2c; background: linear-gradient(135deg, #cbdf2c, #54DF2C);