#c1d063
a balanced, vivid yellow · cool · closest name: khaki
RGB
193, 208, 99
HSL
68°, 54%, 60%
CMYK
7, 0, 52, 18
Luminance
0.5735
Every format
| HEX | #c1d063 |
| RGB | rgb(193, 208, 99) |
| HSL | hsl(68, 54%, 60%) |
| CMYK | cmyk(7%, 0%, 52%, 18%) |
| LAB | lab(80.4 -20.6 51.7) |
| LCH | lch(80.4 55.7 111.7) |
| OKLCH | oklch(0.824 0.135 115.9) |
Copy-ready code
/* CSS */
color: #c1d063;
background-color: #c1d063;
/* Tailwind (arbitrary) */
class="text-[#c1d063] bg-[#c1d063]"
/* SCSS */
$brand: #c1d063;
/* SwiftUI */
Color(red: 0.757, green: 0.816, blue: 0.388)
/* Android */
Color.parseColor("#c1d063")Accessibility — WCAG contrast
Aa
#c1d063 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1d063 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green81.6%
Blue38.8%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow52.4%
Key (black)18.4%
Color previews
#c1d063 text on a black background
contrast 12.47:1
Card sample
#c1d063 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1d063;
Background color
Panel with #c1d063 background
background-color: #c1d063;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1d063;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 208, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 208, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1d063; background: linear-gradient(135deg, #c1d063, #78D063);