#cecf2f
a balanced, vivid yellow · cool · closest name: gold
RGB
206, 207, 47
HSL
60°, 63%, 50%
CMYK
1, 0, 77, 19
Luminance
0.5795
Every format
| HEX | #cecf2f |
| RGB | rgb(206, 207, 47) |
| HSL | hsl(60, 63%, 50%) |
| CMYK | cmyk(1%, 0%, 77%, 19%) |
| LAB | lab(80.7 -17.9 72.7) |
| LCH | lch(80.7 74.8 103.9) |
| OKLCH | oklch(0.828 0.168 109.9) |
Copy-ready code
/* CSS */
color: #cecf2f;
background-color: #cecf2f;
/* Tailwind (arbitrary) */
class="text-[#cecf2f] bg-[#cecf2f]"
/* SCSS */
$brand: #cecf2f;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.184)
/* Android */
Color.parseColor("#cecf2f")Accessibility — WCAG contrast
Aa
#cecf2f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecf2f on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue18.4%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow77.3%
Key (black)18.8%
Color previews
#cecf2f text on a black background
contrast 12.59:1
Card sample
#cecf2f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecf2f;
Background color
Panel with #cecf2f background
background-color: #cecf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecf2f; background: linear-gradient(135deg, #cecf2f, #63CF2F);