#ceb672
a balanced, vivid yellow · warm · closest name: tan
RGB
206, 182, 114
HSL
44°, 48%, 63%
CMYK
0, 12, 45, 19
Luminance
0.4779
Every format
| HEX | #ceb672 |
| RGB | rgb(206, 182, 114) |
| HSL | hsl(44, 48%, 63%) |
| CMYK | cmyk(0%, 12%, 45%, 19%) |
| LAB | lab(74.7 -0.6 37.7) |
| LCH | lch(74.7 37.7 90.9) |
| OKLCH | oklch(0.782 0.091 90.7) |
Copy-ready code
/* CSS */
color: #ceb672;
background-color: #ceb672;
/* Tailwind (arbitrary) */
class="text-[#ceb672] bg-[#ceb672]"
/* SCSS */
$brand: #ceb672;
/* SwiftUI */
Color(red: 0.808, green: 0.714, blue: 0.447)
/* Android */
Color.parseColor("#ceb672")Accessibility — WCAG contrast
Aa
#ceb672 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb672 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green71.4%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow44.7%
Key (black)19.2%
Color previews
#ceb672 text on a black background
contrast 10.56:1
Card sample
#ceb672 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb672;
Background color
Panel with #ceb672 background
background-color: #ceb672;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb672;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 182, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 182, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb672; background: linear-gradient(135deg, #ceb672, #A9CE72);