#cbda3f
a balanced, vivid yellow · cool · closest name: gold
RGB
203, 218, 63
HSL
66°, 68%, 55%
CMYK
7, 0, 71, 15
Luminance
0.6320
Every format
| HEX | #cbda3f |
| RGB | rgb(203, 218, 63) |
| HSL | hsl(66, 68%, 55%) |
| CMYK | cmyk(7%, 0%, 71%, 15%) |
| LAB | lab(83.5 -23.9 70.1) |
| LCH | lch(83.5 74.1 108.8) |
| OKLCH | oklch(0.850 0.172 114.9) |
Copy-ready code
/* CSS */
color: #cbda3f;
background-color: #cbda3f;
/* Tailwind (arbitrary) */
class="text-[#cbda3f] bg-[#cbda3f]"
/* SCSS */
$brand: #cbda3f;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.247)
/* Android */
Color.parseColor("#cbda3f")Accessibility — WCAG contrast
Aa
#cbda3f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbda3f on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue24.7%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow71.1%
Key (black)14.5%
Color previews
#cbda3f text on a black background
contrast 13.64:1
Card sample
#cbda3f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbda3f;
Background color
Panel with #cbda3f background
background-color: #cbda3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbda3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbda3f; background: linear-gradient(135deg, #cbda3f, #64DA3F);