#ceac34
a balanced, vivid yellow · cool · closest name: olive
RGB
206, 172, 52
HSL
47°, 61%, 51%
CMYK
0, 17, 75, 19
Luminance
0.4287
Every format
| HEX | #ceac34 |
| RGB | rgb(206, 172, 52) |
| HSL | hsl(47, 61%, 51%) |
| CMYK | cmyk(0%, 17%, 75%, 19%) |
| LAB | lab(71.5 0.2 62.5) |
| LCH | lch(71.5 62.5 89.8) |
| OKLCH | oklch(0.754 0.138 92.4) |
Copy-ready code
/* CSS */
color: #ceac34;
background-color: #ceac34;
/* Tailwind (arbitrary) */
class="text-[#ceac34] bg-[#ceac34]"
/* SCSS */
$brand: #ceac34;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.204)
/* Android */
Color.parseColor("#ceac34")Accessibility — WCAG contrast
Aa
#ceac34 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac34 on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow74.8%
Key (black)19.2%
Color previews
#ceac34 text on a black background
contrast 9.57:1
Card sample
#ceac34 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac34;
Background color
Panel with #ceac34 background
background-color: #ceac34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac34; background: linear-gradient(135deg, #ceac34, #89CE34);