#c0b430
a balanced, vivid yellow · cool · closest name: olive
RGB
192, 180, 48
HSL
55°, 60%, 47%
CMYK
0, 6, 75, 25
Luminance
0.4406
Every format
| HEX | #c0b430 |
| RGB | rgb(192, 180, 48) |
| HSL | hsl(55, 60%, 47%) |
| CMYK | cmyk(0%, 6%, 75%, 25%) |
| LAB | lab(72.3 -10.2 64.2) |
| LCH | lch(72.3 65.0 99.1) |
| OKLCH | oklch(0.757 0.145 104.0) |
Copy-ready code
/* CSS */
color: #c0b430;
background-color: #c0b430;
/* Tailwind (arbitrary) */
class="text-[#c0b430] bg-[#c0b430]"
/* SCSS */
$brand: #c0b430;
/* SwiftUI */
Color(red: 0.753, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#c0b430")Accessibility — WCAG contrast
Aa
#c0b430 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0b430 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green70.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta6.2%
Yellow75.0%
Key (black)24.7%
Color previews
#c0b430 text on a black background
contrast 9.81:1
Card sample
#c0b430 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0b430;
Background color
Panel with #c0b430 background
background-color: #c0b430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0b430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0b430; background: linear-gradient(135deg, #c0b430, #6CC030);