#cdeb21
a balanced, electric yellow · cool · closest name: yellow
RGB
205, 235, 33
HSL
69°, 84%, 53%
CMYK
13, 0, 86, 8
Luminance
0.7251
Every format
| HEX | #cdeb21 |
| RGB | rgb(205, 235, 33) |
| HSL | hsl(69, 84%, 53%) |
| CMYK | cmyk(13%, 0%, 86%, 8%) |
| LAB | lab(88.2 -32.1 82.4) |
| LCH | lch(88.2 88.4 111.3) |
| OKLCH | oklch(0.887 0.202 118.8) |
Copy-ready code
/* CSS */
color: #cdeb21;
background-color: #cdeb21;
/* Tailwind (arbitrary) */
class="text-[#cdeb21] bg-[#cdeb21]"
/* SCSS */
$brand: #cdeb21;
/* SwiftUI */
Color(red: 0.804, green: 0.922, blue: 0.129)
/* Android */
Color.parseColor("#cdeb21")Accessibility — WCAG contrast
Aa
#cdeb21 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeb21 on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.2%
Blue12.9%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow86.0%
Key (black)7.8%
Color previews
#cdeb21 text on a black background
contrast 15.50:1
Card sample
#cdeb21 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeb21;
Background color
Panel with #cdeb21 background
background-color: #cdeb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 235, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 235, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeb21; background: linear-gradient(135deg, #cdeb21, #46EB21);