#cedf4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
206, 223, 79
HSL
67°, 69%, 59%
CMYK
8, 0, 65, 13
Luminance
0.6646
Every format
| HEX | #cedf4f |
| RGB | rgb(206, 223, 79) |
| HSL | hsl(67, 69%, 59%) |
| CMYK | cmyk(8%, 0%, 65%, 13%) |
| LAB | lab(85.2 -24.1 66.0) |
| LCH | lch(85.2 70.3 110.1) |
| OKLCH | oklch(0.864 0.166 115.7) |
Copy-ready code
/* CSS */
color: #cedf4f;
background-color: #cedf4f;
/* Tailwind (arbitrary) */
class="text-[#cedf4f] bg-[#cedf4f]"
/* SCSS */
$brand: #cedf4f;
/* SwiftUI */
Color(red: 0.808, green: 0.875, blue: 0.310)
/* Android */
Color.parseColor("#cedf4f")Accessibility — WCAG contrast
Aa
#cedf4f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedf4f on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green87.5%
Blue31.0%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow64.6%
Key (black)12.5%
Color previews
#cedf4f text on a black background
contrast 14.29:1
Card sample
#cedf4f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedf4f;
Background color
Panel with #cedf4f background
background-color: #cedf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 223, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 223, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedf4f; background: linear-gradient(135deg, #cedf4f, #6EDF4F);