#ceac2a
a balanced, vivid yellow · cool · closest name: olive
RGB
206, 172, 42
HSL
48°, 66%, 49%
CMYK
0, 17, 80, 19
Luminance
0.4279
Every format
| HEX | #ceac2a |
| RGB | rgb(206, 172, 42) |
| HSL | hsl(48, 66%, 49%) |
| CMYK | cmyk(0%, 17%, 80%, 19%) |
| LAB | lab(71.4 -0.2 65.9) |
| LCH | lch(71.4 65.9 90.1) |
| OKLCH | oklch(0.754 0.143 93.2) |
Copy-ready code
/* CSS */
color: #ceac2a;
background-color: #ceac2a;
/* Tailwind (arbitrary) */
class="text-[#ceac2a] bg-[#ceac2a]"
/* SCSS */
$brand: #ceac2a;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.165)
/* Android */
Color.parseColor("#ceac2a")Accessibility — WCAG contrast
Aa
#ceac2a on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceac2a on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow79.6%
Key (black)19.2%
Color previews
#ceac2a text on a black background
contrast 9.56:1
Card sample
#ceac2a text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceac2a;
Background color
Panel with #ceac2a background
background-color: #ceac2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceac2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceac2a; background: linear-gradient(135deg, #ceac2a, #82CE2A);