#cfcf88
a light, soft yellow · cool · closest name: khaki
RGB
207, 207, 136
HSL
60°, 43%, 67%
CMYK
0, 0, 34, 19
Luminance
0.5967
Every format
| HEX | #cfcf88 |
| RGB | rgb(207, 207, 136) |
| HSL | hsl(60, 43%, 67%) |
| CMYK | cmyk(0%, 0%, 34%, 19%) |
| LAB | lab(81.7 -10.7 35.4) |
| LCH | lch(81.7 36.9 106.9) |
| OKLCH | oklch(0.838 0.092 108.2) |
Copy-ready code
/* CSS */
color: #cfcf88;
background-color: #cfcf88;
/* Tailwind (arbitrary) */
class="text-[#cfcf88] bg-[#cfcf88]"
/* SCSS */
$brand: #cfcf88;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.533)
/* Android */
Color.parseColor("#cfcf88")Accessibility — WCAG contrast
Aa
#cfcf88 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcf88 on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow34.3%
Key (black)18.8%
Color previews
#cfcf88 text on a black background
contrast 12.93:1
Card sample
#cfcf88 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcf88;
Background color
Panel with #cfcf88 background
background-color: #cfcf88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcf88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcf88; background: linear-gradient(135deg, #cfcf88, #A0CF88);