#cdef13
a balanced, electric yellow · cool · closest name: yellow
RGB
205, 239, 19
HSL
69°, 87%, 51%
CMYK
14, 0, 92, 6
Luminance
0.7476
Every format
| HEX | #cdef13 |
| RGB | rgb(205, 239, 19) |
| HSL | hsl(69, 87%, 51%) |
| CMYK | cmyk(14%, 0%, 92%, 6%) |
| LAB | lab(89.3 -34.2 85.4) |
| LCH | lch(89.3 92.0 111.8) |
| OKLCH | oklch(0.896 0.209 119.7) |
Copy-ready code
/* CSS */
color: #cdef13;
background-color: #cdef13;
/* Tailwind (arbitrary) */
class="text-[#cdef13] bg-[#cdef13]"
/* SCSS */
$brand: #cdef13;
/* SwiftUI */
Color(red: 0.804, green: 0.937, blue: 0.075)
/* Android */
Color.parseColor("#cdef13")Accessibility — WCAG contrast
Aa
#cdef13 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdef13 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.7%
Blue7.5%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow92.1%
Key (black)6.3%
Color previews
#cdef13 text on a black background
contrast 15.95:1
Card sample
#cdef13 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdef13;
Background color
Panel with #cdef13 background
background-color: #cdef13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdef13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 239, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 239, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdef13; background: linear-gradient(135deg, #cdef13, #3AEF13);