#ceb366
a balanced, vivid yellow · warm · closest name: khaki
RGB
206, 179, 102
HSL
44°, 52%, 60%
CMYK
0, 13, 51, 19
Luminance
0.4632
Every format
| HEX | #ceb366 |
| RGB | rgb(206, 179, 102) |
| HSL | hsl(44, 52%, 60%) |
| CMYK | cmyk(0%, 13%, 51%, 19%) |
| LAB | lab(73.8 -0.2 42.6) |
| LCH | lch(73.8 42.6 90.2) |
| OKLCH | oklch(0.774 0.102 90.6) |
Copy-ready code
/* CSS */
color: #ceb366;
background-color: #ceb366;
/* Tailwind (arbitrary) */
class="text-[#ceb366] bg-[#ceb366]"
/* SCSS */
$brand: #ceb366;
/* SwiftUI */
Color(red: 0.808, green: 0.702, blue: 0.400)
/* Android */
Color.parseColor("#ceb366")Accessibility — WCAG contrast
Aa
#ceb366 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb366 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green70.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow50.5%
Key (black)19.2%
Color previews
#ceb366 text on a black background
contrast 10.26:1
Card sample
#ceb366 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb366;
Background color
Panel with #ceb366 background
background-color: #ceb366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 179, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 179, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb366; background: linear-gradient(135deg, #ceb366, #A4CE66);