#cbdb3f
a balanced, vivid yellow · cool · closest name: yellow
RGB
203, 219, 63
HSL
66°, 68%, 55%
CMYK
7, 0, 71, 14
Luminance
0.6372
Every format
| HEX | #cbdb3f |
| RGB | rgb(203, 219, 63) |
| HSL | hsl(66, 68%, 55%) |
| CMYK | cmyk(7%, 0%, 71%, 14%) |
| LAB | lab(83.8 -24.3 70.4) |
| LCH | lch(83.8 74.5 109.1) |
| OKLCH | oklch(0.852 0.173 115.3) |
Copy-ready code
/* CSS */
color: #cbdb3f;
background-color: #cbdb3f;
/* Tailwind (arbitrary) */
class="text-[#cbdb3f] bg-[#cbdb3f]"
/* SCSS */
$brand: #cbdb3f;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.247)
/* Android */
Color.parseColor("#cbdb3f")Accessibility — WCAG contrast
Aa
#cbdb3f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdb3f on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue24.7%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow71.2%
Key (black)14.1%
Color previews
#cbdb3f text on a black background
contrast 13.74:1
Card sample
#cbdb3f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdb3f;
Background color
Panel with #cbdb3f background
background-color: #cbdb3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdb3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdb3f; background: linear-gradient(135deg, #cbdb3f, #63DB3F);