#cfe136
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 225, 54
HSL
66°, 74%, 55%
CMYK
8, 0, 76, 12
Luminance
0.6738
Every format
| HEX | #cfe136 |
| RGB | rgb(207, 225, 54) |
| HSL | hsl(66, 74%, 55%) |
| CMYK | cmyk(8%, 0%, 76%, 12%) |
| LAB | lab(85.7 -26.0 75.2) |
| LCH | lch(85.7 79.5 109.1) |
| OKLCH | oklch(0.868 0.183 115.7) |
Copy-ready code
/* CSS */
color: #cfe136;
background-color: #cfe136;
/* Tailwind (arbitrary) */
class="text-[#cfe136] bg-[#cfe136]"
/* SCSS */
$brand: #cfe136;
/* SwiftUI */
Color(red: 0.812, green: 0.882, blue: 0.212)
/* Android */
Color.parseColor("#cfe136")Accessibility — WCAG contrast
Aa
#cfe136 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe136 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.2%
Blue21.2%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow76.0%
Key (black)11.8%
Color previews
#cfe136 text on a black background
contrast 14.48:1
Card sample
#cfe136 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe136;
Background color
Panel with #cfe136 background
background-color: #cfe136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 225, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 225, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe136; background: linear-gradient(135deg, #cfe136, #5DE136);