#cfeb0f
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 235, 15
HSL
68°, 88%, 49%
CMYK
12, 0, 94, 8
Luminance
0.7272
Every format
| HEX | #cfeb0f |
| RGB | rgb(207, 235, 15) |
| HSL | hsl(68, 88%, 49%) |
| CMYK | cmyk(12%, 0%, 94%, 8%) |
| LAB | lab(88.3 -31.6 85.1) |
| LCH | lch(88.3 90.8 110.4) |
| OKLCH | oklch(0.888 0.205 118.1) |
Copy-ready code
/* CSS */
color: #cfeb0f;
background-color: #cfeb0f;
/* Tailwind (arbitrary) */
class="text-[#cfeb0f] bg-[#cfeb0f]"
/* SCSS */
$brand: #cfeb0f;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.059)
/* Android */
Color.parseColor("#cfeb0f")Accessibility — WCAG contrast
Aa
#cfeb0f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeb0f on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue5.9%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow93.6%
Key (black)7.8%
Color previews
#cfeb0f text on a black background
contrast 15.54:1
Card sample
#cfeb0f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeb0f;
Background color
Panel with #cfeb0f background
background-color: #cfeb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeb0f; background: linear-gradient(135deg, #cfeb0f, #3CEB0F);