#cebc2e
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 188, 46
HSL
53°, 64%, 49%
CMYK
0, 9, 78, 19
Luminance
0.4929
Every format
| HEX | #cebc2e |
| RGB | rgb(206, 188, 46) |
| HSL | hsl(53, 64%, 49%) |
| CMYK | cmyk(0%, 9%, 78%, 19%) |
| LAB | lab(75.6 -8.4 68.4) |
| LCH | lch(75.6 68.9 97.0) |
| OKLCH | oklch(0.787 0.152 101.7) |
Copy-ready code
/* CSS */
color: #cebc2e;
background-color: #cebc2e;
/* Tailwind (arbitrary) */
class="text-[#cebc2e] bg-[#cebc2e]"
/* SCSS */
$brand: #cebc2e;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.180)
/* Android */
Color.parseColor("#cebc2e")Accessibility — WCAG contrast
Aa
#cebc2e on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebc2e on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow77.7%
Key (black)19.2%
Color previews
#cebc2e text on a black background
contrast 10.86:1
Card sample
#cebc2e text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebc2e;
Background color
Panel with #cebc2e background
background-color: #cebc2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebc2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebc2e; background: linear-gradient(135deg, #cebc2e, #75CE2E);