#cbdb0f
a balanced, electric yellow · cool · closest name: yellow
RGB
203, 219, 15
HSL
65°, 87%, 46%
CMYK
7, 0, 93, 14
Luminance
0.6339
Every format
| HEX | #cbdb0f |
| RGB | rgb(203, 219, 15) |
| HSL | hsl(65, 87%, 46%) |
| CMYK | cmyk(7%, 0%, 93%, 14%) |
| LAB | lab(83.7 -25.8 81.4) |
| LCH | lch(83.7 85.4 107.6) |
| OKLCH | oklch(0.850 0.191 115.0) |
Copy-ready code
/* CSS */
color: #cbdb0f;
background-color: #cbdb0f;
/* Tailwind (arbitrary) */
class="text-[#cbdb0f] bg-[#cbdb0f]"
/* SCSS */
$brand: #cbdb0f;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.059)
/* Android */
Color.parseColor("#cbdb0f")Accessibility — WCAG contrast
Aa
#cbdb0f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdb0f on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue5.9%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow93.2%
Key (black)14.1%
Color previews
#cbdb0f text on a black background
contrast 13.68:1
Card sample
#cbdb0f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdb0f;
Background color
Panel with #cbdb0f background
background-color: #cbdb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdb0f; background: linear-gradient(135deg, #cbdb0f, #43DB0F);