#cedb68
a balanced, vivid yellow · cool · closest name: khaki
RGB
206, 219, 104
HSL
67°, 62%, 63%
CMYK
6, 0, 53, 14
Luminance
0.6478
Every format
| HEX | #cedb68 |
| RGB | rgb(206, 219, 104) |
| HSL | hsl(67, 62%, 63%) |
| CMYK | cmyk(6%, 0%, 53%, 14%) |
| LAB | lab(84.4 -20.4 54.3) |
| LCH | lch(84.4 58.0 110.6) |
| OKLCH | oklch(0.858 0.140 114.8) |
Copy-ready code
/* CSS */
color: #cedb68;
background-color: #cedb68;
/* Tailwind (arbitrary) */
class="text-[#cedb68] bg-[#cedb68]"
/* SCSS */
$brand: #cedb68;
/* SwiftUI */
Color(red: 0.808, green: 0.859, blue: 0.408)
/* Android */
Color.parseColor("#cedb68")Accessibility — WCAG contrast
Aa
#cedb68 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedb68 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green85.9%
Blue40.8%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow52.5%
Key (black)14.1%
Color previews
#cedb68 text on a black background
contrast 13.96:1
Card sample
#cedb68 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedb68;
Background color
Panel with #cedb68 background
background-color: #cedb68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedb68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 219, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 219, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedb68; background: linear-gradient(135deg, #cedb68, #81DB68);