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