#cee331
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 227, 49
HSL
67°, 76%, 54%
CMYK
9, 0, 78, 11
Luminance
0.6828
Every format
| HEX | #cee331 |
| RGB | rgb(206, 227, 49) |
| HSL | hsl(67, 76%, 54%) |
| CMYK | cmyk(9%, 0%, 78%, 11%) |
| LAB | lab(86.2 -27.5 77.0) |
| LCH | lch(86.2 81.7 109.7) |
| OKLCH | oklch(0.871 0.188 116.6) |
Copy-ready code
/* CSS */
color: #cee331;
background-color: #cee331;
/* Tailwind (arbitrary) */
class="text-[#cee331] bg-[#cee331]"
/* SCSS */
$brand: #cee331;
/* SwiftUI */
Color(red: 0.808, green: 0.890, blue: 0.192)
/* Android */
Color.parseColor("#cee331")Accessibility — WCAG contrast
Aa
#cee331 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee331 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green89.0%
Blue19.2%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow78.4%
Key (black)11.0%
Color previews
#cee331 text on a black background
contrast 14.66:1
Card sample
#cee331 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee331;
Background color
Panel with #cee331 background
background-color: #cee331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 227, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 227, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee331; background: linear-gradient(135deg, #cee331, #57E331);