#c0da39
a balanced, vivid yellow · cool · closest name: yellow
RGB
192, 218, 57
HSL
70°, 69%, 54%
CMYK
12, 0, 74, 15
Luminance
0.6164
Every format
| HEX | #c0da39 |
| RGB | rgb(192, 218, 57) |
| HSL | hsl(70, 69%, 54%) |
| CMYK | cmyk(12%, 0%, 74%, 15%) |
| LAB | lab(82.7 -28.6 71.1) |
| LCH | lch(82.7 76.6 111.9) |
| OKLCH | oklch(0.841 0.179 118.6) |
Copy-ready code
/* CSS */
color: #c0da39;
background-color: #c0da39;
/* Tailwind (arbitrary) */
class="text-[#c0da39] bg-[#c0da39]"
/* SCSS */
$brand: #c0da39;
/* SwiftUI */
Color(red: 0.753, green: 0.855, blue: 0.224)
/* Android */
Color.parseColor("#c0da39")Accessibility — WCAG contrast
Aa
#c0da39 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0da39 on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green85.5%
Blue22.4%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow73.9%
Key (black)14.5%
Color previews
#c0da39 text on a black background
contrast 13.33:1
Card sample
#c0da39 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0da39;
Background color
Panel with #c0da39 background
background-color: #c0da39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0da39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 218, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 218, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0da39; background: linear-gradient(135deg, #c0da39, #55DA39);