#c1d054
a balanced, vivid yellow · cool · closest name: khaki
RGB
193, 208, 84
HSL
67°, 57%, 57%
CMYK
7, 0, 60, 18
Luminance
0.5709
Every format
| HEX | #c1d054 |
| RGB | rgb(193, 208, 84) |
| HSL | hsl(67, 57%, 57%) |
| CMYK | cmyk(7%, 0%, 60%, 18%) |
| LAB | lab(80.2 -21.8 58.3) |
| LCH | lch(80.2 62.2 110.5) |
| OKLCH | oklch(0.822 0.148 115.6) |
Copy-ready code
/* CSS */
color: #c1d054;
background-color: #c1d054;
/* Tailwind (arbitrary) */
class="text-[#c1d054] bg-[#c1d054]"
/* SCSS */
$brand: #c1d054;
/* SwiftUI */
Color(red: 0.757, green: 0.816, blue: 0.329)
/* Android */
Color.parseColor("#c1d054")Accessibility — WCAG contrast
Aa
#c1d054 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1d054 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green81.6%
Blue32.9%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow59.6%
Key (black)18.4%
Color previews
#c1d054 text on a black background
contrast 12.42:1
Card sample
#c1d054 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1d054;
Background color
Panel with #c1d054 background
background-color: #c1d054;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1d054;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 208, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 208, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1d054; background: linear-gradient(135deg, #c1d054, #6ED054);