#cfee33
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 238, 51
HSL
70°, 85%, 57%
CMYK
13, 0, 79, 7
Luminance
0.7465
Every format
| HEX | #cfee33 |
| RGB | rgb(207, 238, 51) |
| HSL | hsl(70, 85%, 57%) |
| CMYK | cmyk(13%, 0%, 79%, 7%) |
| LAB | lab(89.2 -32.2 79.2) |
| LCH | lch(89.2 85.5 112.1) |
| OKLCH | oklch(0.896 0.198 119.2) |
Copy-ready code
/* CSS */
color: #cfee33;
background-color: #cfee33;
/* Tailwind (arbitrary) */
class="text-[#cfee33] bg-[#cfee33]"
/* SCSS */
$brand: #cfee33;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.200)
/* Android */
Color.parseColor("#cfee33")Accessibility — WCAG contrast
Aa
#cfee33 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee33 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue20.0%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow78.6%
Key (black)6.7%
Color previews
#cfee33 text on a black background
contrast 15.93:1
Card sample
#cfee33 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee33;
Background color
Panel with #cfee33 background
background-color: #cfee33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee33; background: linear-gradient(135deg, #cfee33, #53EE33);