#cbdf47
a balanced, vivid yellow · cool · closest name: yellow
RGB
203, 223, 71
HSL
68°, 70%, 58%
CMYK
9, 0, 68, 13
Luminance
0.6593
Every format
| HEX | #cbdf47 |
| RGB | rgb(203, 223, 71) |
| HSL | hsl(68, 70%, 58%) |
| CMYK | cmyk(9%, 0%, 68%, 13%) |
| LAB | lab(85.0 -25.8 68.7) |
| LCH | lch(85.0 73.4 110.6) |
| OKLCH | oklch(0.862 0.172 116.6) |
Copy-ready code
/* CSS */
color: #cbdf47;
background-color: #cbdf47;
/* Tailwind (arbitrary) */
class="text-[#cbdf47] bg-[#cbdf47]"
/* SCSS */
$brand: #cbdf47;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.278)
/* Android */
Color.parseColor("#cbdf47")Accessibility — WCAG contrast
Aa
#cbdf47 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf47 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue27.8%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow68.2%
Key (black)12.5%
Color previews
#cbdf47 text on a black background
contrast 14.19:1
Card sample
#cbdf47 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf47;
Background color
Panel with #cbdf47 background
background-color: #cbdf47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf47; background: linear-gradient(135deg, #cbdf47, #65DF47);