#cfe656
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 230, 86
HSL
70°, 74%, 62%
CMYK
10, 0, 63, 10
Luminance
0.7053
Every format
| HEX | #cfe656 |
| RGB | rgb(207, 230, 86) |
| HSL | hsl(70, 74%, 62%) |
| CMYK | cmyk(10%, 0%, 63%, 10%) |
| LAB | lab(87.3 -26.6 65.3) |
| LCH | lch(87.3 70.5 112.2) |
| OKLCH | oklch(0.881 0.168 117.7) |
Copy-ready code
/* CSS */
color: #cfe656;
background-color: #cfe656;
/* Tailwind (arbitrary) */
class="text-[#cfe656] bg-[#cfe656]"
/* SCSS */
$brand: #cfe656;
/* SwiftUI */
Color(red: 0.812, green: 0.902, blue: 0.337)
/* Android */
Color.parseColor("#cfe656")Accessibility — WCAG contrast
Aa
#cfe656 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe656 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green90.2%
Blue33.7%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow62.6%
Key (black)9.8%
Color previews
#cfe656 text on a black background
contrast 15.11:1
Card sample
#cfe656 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe656;
Background color
Panel with #cfe656 background
background-color: #cfe656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 230, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 230, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe656; background: linear-gradient(135deg, #cfe656, #6FE656);