#bbcf35
a balanced, vivid yellow · cool · closest name: gold
RGB
187, 207, 53
HSL
68°, 62%, 51%
CMYK
10, 0, 74, 19
Luminance
0.5545
Every format
| HEX | #bbcf35 |
| RGB | rgb(187, 207, 53) |
| HSL | hsl(68, 62%, 51%) |
| CMYK | cmyk(10%, 0%, 74%, 19%) |
| LAB | lab(79.3 -25.6 69.0) |
| LCH | lch(79.3 73.6 110.4) |
| OKLCH | oklch(0.813 0.171 116.9) |
Copy-ready code
/* CSS */
color: #bbcf35;
background-color: #bbcf35;
/* Tailwind (arbitrary) */
class="text-[#bbcf35] bg-[#bbcf35]"
/* SCSS */
$brand: #bbcf35;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.208)
/* Android */
Color.parseColor("#bbcf35")Accessibility — WCAG contrast
Aa
#bbcf35 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcf35 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue20.8%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow74.4%
Key (black)18.8%
Color previews
#bbcf35 text on a black background
contrast 12.09:1
Card sample
#bbcf35 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcf35;
Background color
Panel with #bbcf35 background
background-color: #bbcf35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcf35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcf35; background: linear-gradient(135deg, #bbcf35, #54CF35);