#cfeb3f
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 235, 63
HSL
70°, 81%, 58%
CMYK
12, 0, 73, 8
Luminance
0.7304
Every format
| HEX | #cfeb3f |
| RGB | rgb(207, 235, 63) |
| HSL | hsl(70, 81%, 58%) |
| CMYK | cmyk(12%, 0%, 73%, 8%) |
| LAB | lab(88.5 -30.3 75.0) |
| LCH | lch(88.5 80.8 112.0) |
| OKLCH | oklch(0.890 0.189 118.6) |
Copy-ready code
/* CSS */
color: #cfeb3f;
background-color: #cfeb3f;
/* Tailwind (arbitrary) */
class="text-[#cfeb3f] bg-[#cfeb3f]"
/* SCSS */
$brand: #cfeb3f;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.247)
/* Android */
Color.parseColor("#cfeb3f")Accessibility — WCAG contrast
Aa
#cfeb3f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeb3f on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue24.7%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow73.2%
Key (black)7.8%
Color previews
#cfeb3f text on a black background
contrast 15.61:1
Card sample
#cfeb3f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeb3f;
Background color
Panel with #cfeb3f background
background-color: #cfeb3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeb3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeb3f; background: linear-gradient(135deg, #cfeb3f, #5CEB3F);