#cccf6b
a balanced, vivid yellow · cool · closest name: khaki
RGB
204, 207, 107
HSL
62°, 51%, 62%
CMYK
1, 0, 48, 19
Luminance
0.5852
Every format
| HEX | #cccf6b |
| RGB | rgb(204, 207, 107) |
| HSL | hsl(62, 51%, 62%) |
| CMYK | cmyk(1%, 0%, 48%, 19%) |
| LAB | lab(81.0 -15.0 48.9) |
| LCH | lch(81.0 51.2 107.0) |
| OKLCH | oklch(0.831 0.124 110.3) |
Copy-ready code
/* CSS */
color: #cccf6b;
background-color: #cccf6b;
/* Tailwind (arbitrary) */
class="text-[#cccf6b] bg-[#cccf6b]"
/* SCSS */
$brand: #cccf6b;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.420)
/* Android */
Color.parseColor("#cccf6b")Accessibility — WCAG contrast
Aa
#cccf6b on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccf6b on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue42.0%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow48.3%
Key (black)18.8%
Color previews
#cccf6b text on a black background
contrast 12.70:1
Card sample
#cccf6b text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccf6b;
Background color
Panel with #cccf6b background
background-color: #cccf6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccf6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccf6b; background: linear-gradient(135deg, #cccf6b, #89CF6B);