#cecf7f
a light, vivid yellow · cool · closest name: khaki
RGB
206, 207, 127
HSL
61°, 46%, 66%
CMYK
1, 0, 39, 19
Luminance
0.5928
Every format
| HEX | #cecf7f |
| RGB | rgb(206, 207, 127) |
| HSL | hsl(61, 46%, 66%) |
| CMYK | cmyk(1%, 0%, 39%, 19%) |
| LAB | lab(81.5 -12.1 39.6) |
| LCH | lch(81.5 41.5 107.0) |
| OKLCH | oklch(0.836 0.102 109.0) |
Copy-ready code
/* CSS */
color: #cecf7f;
background-color: #cecf7f;
/* Tailwind (arbitrary) */
class="text-[#cecf7f] bg-[#cecf7f]"
/* SCSS */
$brand: #cecf7f;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#cecf7f")Accessibility — WCAG contrast
Aa
#cecf7f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecf7f on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue49.8%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow38.6%
Key (black)18.8%
Color previews
#cecf7f text on a black background
contrast 12.86:1
Card sample
#cecf7f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecf7f;
Background color
Panel with #cecf7f background
background-color: #cecf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecf7f; background: linear-gradient(135deg, #cecf7f, #99CF7F);