#cccf90
a light, soft yellow · cool · closest name: khaki
RGB
204, 207, 144
HSL
63°, 40%, 69%
CMYK
1, 0, 30, 19
Luminance
0.5948
Every format
| HEX | #cccf90 |
| RGB | rgb(204, 207, 144) |
| HSL | hsl(63, 40%, 69%) |
| CMYK | cmyk(1%, 0%, 30%, 19%) |
| LAB | lab(81.5 -10.9 31.1) |
| LCH | lch(81.5 32.9 109.3) |
| OKLCH | oklch(0.837 0.083 110.4) |
Copy-ready code
/* CSS */
color: #cccf90;
background-color: #cccf90;
/* Tailwind (arbitrary) */
class="text-[#cccf90] bg-[#cccf90]"
/* SCSS */
$brand: #cccf90;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.565)
/* Android */
Color.parseColor("#cccf90")Accessibility — WCAG contrast
Aa
#cccf90 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccf90 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue56.5%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow30.4%
Key (black)18.8%
Color previews
#cccf90 text on a black background
contrast 12.90:1
Card sample
#cccf90 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccf90;
Background color
Panel with #cccf90 background
background-color: #cccf90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccf90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccf90; background: linear-gradient(135deg, #cccf90, #A2CF90);