#cbdf63
a balanced, vivid yellow · cool · closest name: khaki
RGB
203, 223, 99
HSL
70°, 66%, 63%
CMYK
9, 0, 56, 13
Luminance
0.6637
Every format
| HEX | #cbdf63 |
| RGB | rgb(203, 223, 99) |
| HSL | hsl(70, 66%, 63%) |
| CMYK | cmyk(9%, 0%, 56%, 13%) |
| LAB | lab(85.2 -23.9 57.4) |
| LCH | lch(85.2 62.2 112.6) |
| OKLCH | oklch(0.864 0.151 117.3) |
Copy-ready code
/* CSS */
color: #cbdf63;
background-color: #cbdf63;
/* Tailwind (arbitrary) */
class="text-[#cbdf63] bg-[#cbdf63]"
/* SCSS */
$brand: #cbdf63;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.388)
/* Android */
Color.parseColor("#cbdf63")Accessibility — WCAG contrast
Aa
#cbdf63 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdf63 on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue38.8%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow55.6%
Key (black)12.5%
Color previews
#cbdf63 text on a black background
contrast 14.27:1
Card sample
#cbdf63 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdf63;
Background color
Panel with #cbdf63 background
background-color: #cbdf63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdf63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdf63; background: linear-gradient(135deg, #cbdf63, #78DF63);