#cbda0f
a balanced, electric yellow · cool · closest name: yellow
RGB
203, 218, 15
HSL
64°, 87%, 46%
CMYK
7, 0, 93, 15
Luminance
0.6287
Every format
| HEX | #cbda0f |
| RGB | rgb(203, 218, 15) |
| HSL | hsl(64, 87%, 46%) |
| CMYK | cmyk(7%, 0%, 93%, 15%) |
| LAB | lab(83.4 -25.3 81.2) |
| LCH | lch(83.4 85.1 107.3) |
| OKLCH | oklch(0.848 0.190 114.7) |
Copy-ready code
/* CSS */
color: #cbda0f;
background-color: #cbda0f;
/* Tailwind (arbitrary) */
class="text-[#cbda0f] bg-[#cbda0f]"
/* SCSS */
$brand: #cbda0f;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.059)
/* Android */
Color.parseColor("#cbda0f")Accessibility — WCAG contrast
Aa
#cbda0f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbda0f on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue5.9%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow93.1%
Key (black)14.5%
Color previews
#cbda0f text on a black background
contrast 13.57:1
Card sample
#cbda0f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbda0f;
Background color
Panel with #cbda0f background
background-color: #cbda0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbda0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbda0f; background: linear-gradient(135deg, #cbda0f, #44DA0F);