#ced92c
a balanced, vivid yellow · cool · closest name: yellow
RGB
206, 217, 44
HSL
64°, 70%, 51%
CMYK
5, 0, 80, 15
Luminance
0.6293
Every format
| HEX | #ced92c |
| RGB | rgb(206, 217, 44) |
| HSL | hsl(64, 70%, 51%) |
| CMYK | cmyk(5%, 0%, 80%, 15%) |
| LAB | lab(83.4 -22.9 75.9) |
| LCH | lch(83.4 79.3 106.8) |
| OKLCH | oklch(0.849 0.179 113.5) |
Copy-ready code
/* CSS */
color: #ced92c;
background-color: #ced92c;
/* Tailwind (arbitrary) */
class="text-[#ced92c] bg-[#ced92c]"
/* SCSS */
$brand: #ced92c;
/* SwiftUI */
Color(red: 0.808, green: 0.851, blue: 0.173)
/* Android */
Color.parseColor("#ced92c")Accessibility — WCAG contrast
Aa
#ced92c on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ced92c on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.1%
Blue17.3%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow79.7%
Key (black)14.9%
Color previews
#ced92c text on a black background
contrast 13.59:1
Card sample
#ced92c text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ced92c;
Background color
Panel with #ced92c background
background-color: #ced92c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ced92c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 217, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 217, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ced92c; background: linear-gradient(135deg, #ced92c, #5BD92C);