#bccf25
a balanced, vivid yellow · cool · closest name: yellow
RGB
188, 207, 37
HSL
67°, 70%, 48%
CMYK
9, 0, 82, 19
Luminance
0.5545
Every format
| HEX | #bccf25 |
| RGB | rgb(188, 207, 37) |
| HSL | hsl(67, 70%, 48%) |
| CMYK | cmyk(9%, 0%, 82%, 19%) |
| LAB | lab(79.3 -25.8 73.6) |
| LCH | lch(79.3 78.0 109.3) |
| OKLCH | oklch(0.813 0.178 116.4) |
Copy-ready code
/* CSS */
color: #bccf25;
background-color: #bccf25;
/* Tailwind (arbitrary) */
class="text-[#bccf25] bg-[#bccf25]"
/* SCSS */
$brand: #bccf25;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.145)
/* Android */
Color.parseColor("#bccf25")Accessibility — WCAG contrast
Aa
#bccf25 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccf25 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue14.5%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow82.1%
Key (black)18.8%
Color previews
#bccf25 text on a black background
contrast 12.09:1
Card sample
#bccf25 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccf25;
Background color
Panel with #bccf25 background
background-color: #bccf25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccf25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccf25; background: linear-gradient(135deg, #bccf25, #4BCF25);