#cebc71
a balanced, vivid yellow · cool · closest name: khaki
RGB
206, 188, 113
HSL
48°, 49%, 63%
CMYK
0, 9, 45, 19
Luminance
0.5028
Every format
| HEX | #cebc71 |
| RGB | rgb(206, 188, 113) |
| HSL | hsl(48, 49%, 63%) |
| CMYK | cmyk(0%, 9%, 45%, 19%) |
| LAB | lab(76.2 -3.8 40.1) |
| LCH | lch(76.2 40.3 95.5) |
| OKLCH | oklch(0.794 0.098 96.3) |
Copy-ready code
/* CSS */
color: #cebc71;
background-color: #cebc71;
/* Tailwind (arbitrary) */
class="text-[#cebc71] bg-[#cebc71]"
/* SCSS */
$brand: #cebc71;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.443)
/* Android */
Color.parseColor("#cebc71")Accessibility — WCAG contrast
Aa
#cebc71 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebc71 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow45.1%
Key (black)19.2%
Color previews
#cebc71 text on a black background
contrast 11.06:1
Card sample
#cebc71 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebc71;
Background color
Panel with #cebc71 background
background-color: #cebc71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebc71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebc71; background: linear-gradient(135deg, #cebc71, #A2CE71);