#cef113
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 241, 19
HSL
70°, 89%, 51%
CMYK
15, 0, 92, 6
Luminance
0.7608
Every format
| HEX | #cef113 |
| RGB | rgb(206, 241, 19) |
| HSL | hsl(70, 89%, 51%) |
| CMYK | cmyk(15%, 0%, 92%, 6%) |
| LAB | lab(89.9 -34.7 85.9) |
| LCH | lch(89.9 92.7 112.0) |
| OKLCH | oklch(0.901 0.211 119.8) |
Copy-ready code
/* CSS */
color: #cef113;
background-color: #cef113;
/* Tailwind (arbitrary) */
class="text-[#cef113] bg-[#cef113]"
/* SCSS */
$brand: #cef113;
/* SwiftUI */
Color(red: 0.808, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#cef113")Accessibility — WCAG contrast
Aa
#cef113 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef113 on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green94.5%
Blue7.5%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#cef113 text on a black background
contrast 16.22:1
Card sample
#cef113 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef113;
Background color
Panel with #cef113 background
background-color: #cef113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef113; background: linear-gradient(135deg, #cef113, #3AF113);