#cde310
a balanced, electric yellow · cool · closest name: yellow
RGB
205, 227, 16
HSL
66°, 87%, 48%
CMYK
10, 0, 93, 11
Luminance
0.6795
Every format
| HEX | #cde310 |
| RGB | rgb(205, 227, 16) |
| HSL | hsl(66, 87%, 48%) |
| CMYK | cmyk(10%, 0%, 93%, 11%) |
| LAB | lab(86.0 -28.7 83.2) |
| LCH | lch(86.0 88.0 109.0) |
| OKLCH | oklch(0.869 0.198 116.7) |
Copy-ready code
/* CSS */
color: #cde310;
background-color: #cde310;
/* Tailwind (arbitrary) */
class="text-[#cde310] bg-[#cde310]"
/* SCSS */
$brand: #cde310;
/* SwiftUI */
Color(red: 0.804, green: 0.890, blue: 0.063)
/* Android */
Color.parseColor("#cde310")Accessibility — WCAG contrast
Aa
#cde310 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cde310 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green89.0%
Blue6.3%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow93.0%
Key (black)11.0%
Color previews
#cde310 text on a black background
contrast 14.59:1
Card sample
#cde310 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cde310;
Background color
Panel with #cde310 background
background-color: #cde310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cde310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 227, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 227, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cde310; background: linear-gradient(135deg, #cde310, #40E310);