#cbdb2f
a balanced, vivid yellow · cool · closest name: yellow
RGB
203, 219, 47
HSL
66°, 71%, 52%
CMYK
7, 0, 79, 14
Luminance
0.6356
Every format
| HEX | #cbdb2f |
| RGB | rgb(203, 219, 47) |
| HSL | hsl(66, 71%, 52%) |
| CMYK | cmyk(7%, 0%, 79%, 14%) |
| LAB | lab(83.7 -25.0 75.3) |
| LCH | lch(83.7 79.3 108.4) |
| OKLCH | oklch(0.851 0.181 115.1) |
Copy-ready code
/* CSS */
color: #cbdb2f;
background-color: #cbdb2f;
/* Tailwind (arbitrary) */
class="text-[#cbdb2f] bg-[#cbdb2f]"
/* SCSS */
$brand: #cbdb2f;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.184)
/* Android */
Color.parseColor("#cbdb2f")Accessibility — WCAG contrast
Aa
#cbdb2f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdb2f on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue18.4%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow78.5%
Key (black)14.1%
Color previews
#cbdb2f text on a black background
contrast 13.71:1
Card sample
#cbdb2f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdb2f;
Background color
Panel with #cbdb2f background
background-color: #cbdb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdb2f; background: linear-gradient(135deg, #cbdb2f, #58DB2F);