#cebf39
a balanced, vivid yellow · cool · closest name: khaki
RGB
206, 191, 57
HSL
54°, 60%, 52%
CMYK
0, 7, 72, 19
Luminance
0.5068
Every format
| HEX | #cebf39 |
| RGB | rgb(206, 191, 57) |
| HSL | hsl(54, 60%, 52%) |
| CMYK | cmyk(0%, 7%, 72%, 19%) |
| LAB | lab(76.5 -9.4 65.5) |
| LCH | lch(76.5 66.2 98.2) |
| OKLCH | oklch(0.794 0.148 102.8) |
Copy-ready code
/* CSS */
color: #cebf39;
background-color: #cebf39;
/* Tailwind (arbitrary) */
class="text-[#cebf39] bg-[#cebf39]"
/* SCSS */
$brand: #cebf39;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.224)
/* Android */
Color.parseColor("#cebf39")Accessibility — WCAG contrast
Aa
#cebf39 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebf39 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow72.3%
Key (black)19.2%
Color previews
#cebf39 text on a black background
contrast 11.14:1
Card sample
#cebf39 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebf39;
Background color
Panel with #cebf39 background
background-color: #cebf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebf39; background: linear-gradient(135deg, #cebf39, #7ACE39);