#bccf53
a balanced, vivid yellow · cool · closest name: khaki
RGB
188, 207, 83
HSL
69°, 56%, 57%
CMYK
9, 0, 60, 19
Luminance
0.5594
Every format
| HEX | #bccf53 |
| RGB | rgb(188, 207, 83) |
| HSL | hsl(69, 56%, 57%) |
| CMYK | cmyk(9%, 0%, 60%, 19%) |
| LAB | lab(79.6 -23.4 57.9) |
| LCH | lch(79.6 62.4 112.0) |
| OKLCH | oklch(0.816 0.150 117.2) |
Copy-ready code
/* CSS */
color: #bccf53;
background-color: #bccf53;
/* Tailwind (arbitrary) */
class="text-[#bccf53] bg-[#bccf53]"
/* SCSS */
$brand: #bccf53;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.325)
/* Android */
Color.parseColor("#bccf53")Accessibility — WCAG contrast
Aa
#bccf53 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccf53 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue32.5%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow59.9%
Key (black)18.8%
Color previews
#bccf53 text on a black background
contrast 12.19:1
Card sample
#bccf53 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccf53;
Background color
Panel with #bccf53 background
background-color: #bccf53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccf53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccf53; background: linear-gradient(135deg, #bccf53, #69CF53);