#c3cf3b
a balanced, vivid yellow · cool · closest name: khaki
RGB
195, 207, 59
HSL
65°, 61%, 52%
CMYK
6, 0, 72, 19
Luminance
0.5654
Every format
| HEX | #c3cf3b |
| RGB | rgb(195, 207, 59) |
| HSL | hsl(65, 61%, 52%) |
| CMYK | cmyk(6%, 0%, 72%, 19%) |
| LAB | lab(79.9 -22.0 67.8) |
| LCH | lch(79.9 71.3 108.0) |
| OKLCH | oklch(0.819 0.165 114.1) |
Copy-ready code
/* CSS */
color: #c3cf3b;
background-color: #c3cf3b;
/* Tailwind (arbitrary) */
class="text-[#c3cf3b] bg-[#c3cf3b]"
/* SCSS */
$brand: #c3cf3b;
/* SwiftUI */
Color(red: 0.765, green: 0.812, blue: 0.231)
/* Android */
Color.parseColor("#c3cf3b")Accessibility — WCAG contrast
Aa
#c3cf3b on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cf3b on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green81.2%
Blue23.1%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow71.5%
Key (black)18.8%
Color previews
#c3cf3b text on a black background
contrast 12.31:1
Card sample
#c3cf3b text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cf3b;
Background color
Panel with #c3cf3b background
background-color: #c3cf3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cf3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 207, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 207, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cf3b; background: linear-gradient(135deg, #c3cf3b, #60CF3B);