#c0d331
a balanced, vivid yellow · cool · closest name: yellow
RGB
192, 211, 49
HSL
67°, 65%, 51%
CMYK
9, 0, 77, 17
Luminance
0.5802
Every format
| HEX | #c0d331 |
| RGB | rgb(192, 211, 49) |
| HSL | hsl(67, 65%, 51%) |
| CMYK | cmyk(9%, 0%, 77%, 17%) |
| LAB | lab(80.8 -25.6 71.7) |
| LCH | lch(80.8 76.2 109.7) |
| OKLCH | oklch(0.825 0.175 116.4) |
Copy-ready code
/* CSS */
color: #c0d331;
background-color: #c0d331;
/* Tailwind (arbitrary) */
class="text-[#c0d331] bg-[#c0d331]"
/* SCSS */
$brand: #c0d331;
/* SwiftUI */
Color(red: 0.753, green: 0.827, blue: 0.192)
/* Android */
Color.parseColor("#c0d331")Accessibility — WCAG contrast
Aa
#c0d331 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0d331 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green82.7%
Blue19.2%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow76.8%
Key (black)17.3%
Color previews
#c0d331 text on a black background
contrast 12.60:1
Card sample
#c0d331 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0d331;
Background color
Panel with #c0d331 background
background-color: #c0d331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0d331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 211, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 211, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0d331; background: linear-gradient(135deg, #c0d331, #54D331);