#cbdf18
a balanced, electric yellow · cool · closest name: yellow
RGB
203, 223, 24
HSL
66°, 81%, 48%
CMYK
9, 0, 89, 13
Luminance
0.6554
Every format
| HEX | #cbdf18 |
| RGB | rgb(203, 223, 24) |
| HSL | hsl(66, 81%, 48%) |
| CMYK | cmyk(9%, 0%, 89%, 13%) |
| LAB | lab(84.8 -27.5 81.1) |
| LCH | lch(84.8 85.6 108.8) |
| OKLCH | oklch(0.859 0.193 116.2) |
Copy-ready code
/* CSS */
color: #cbdf18;
background-color: #cbdf18;
/* Tailwind (arbitrary) */
class="text-[#cbdf18] bg-[#cbdf18]"
/* SCSS */
$brand: #cbdf18;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.094)
/* Android */
Color.parseColor("#cbdf18")Accessibility — WCAG contrast
Aa
#cbdf18 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf18 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue9.4%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow89.2%
Key (black)12.5%
Color previews
#cbdf18 text on a black background
contrast 14.11:1
Card sample
#cbdf18 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf18;
Background color
Panel with #cbdf18 background
background-color: #cbdf18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf18; background: linear-gradient(135deg, #cbdf18, #46DF18);