#ccc06b
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 192, 107
HSL
53°, 49%, 61%
CMYK
0, 6, 48, 20
Luminance
0.5160
Every format
| HEX | #ccc06b |
| RGB | rgb(204, 192, 107) |
| HSL | hsl(53, 49%, 61%) |
| CMYK | cmyk(0%, 6%, 48%, 20%) |
| LAB | lab(77.0 -7.3 44.1) |
| LCH | lch(77.0 44.7 99.4) |
| OKLCH | oklch(0.799 0.107 101.3) |
Copy-ready code
/* CSS */
color: #ccc06b;
background-color: #ccc06b;
/* Tailwind (arbitrary) */
class="text-[#ccc06b] bg-[#ccc06b]"
/* SCSS */
$brand: #ccc06b;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.420)
/* Android */
Color.parseColor("#ccc06b")Accessibility — WCAG contrast
Aa
#ccc06b on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc06b on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow47.5%
Key (black)20.0%
Color previews
#ccc06b text on a black background
contrast 11.32:1
Card sample
#ccc06b text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc06b;
Background color
Panel with #ccc06b background
background-color: #ccc06b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc06b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc06b; background: linear-gradient(135deg, #ccc06b, #97CC6B);