#bfefba
a light, vivid green · cool · closest name: aquamarine
RGB
191, 239, 186
HSL
114°, 62%, 83%
CMYK
20, 0, 22, 6
Luminance
0.7635
Every format
| HEX | #bfefba |
| RGB | rgb(191, 239, 186) |
| HSL | hsl(114, 62%, 83%) |
| CMYK | cmyk(20%, 0%, 22%, 6%) |
| LAB | lab(90.0 -25.2 20.7) |
| LCH | lch(90.0 32.6 140.6) |
| OKLCH | oklch(0.905 0.087 142.4) |
Copy-ready code
/* CSS */
color: #bfefba;
background-color: #bfefba;
/* Tailwind (arbitrary) */
class="text-[#bfefba] bg-[#bfefba]"
/* SCSS */
$brand: #bfefba;
/* SwiftUI */
Color(red: 0.749, green: 0.937, blue: 0.729)
/* Android */
Color.parseColor("#bfefba")Accessibility — WCAG contrast
Aa
#bfefba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfefba on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.7%
Blue72.9%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow22.2%
Key (black)6.3%
Color previews
#bfefba text on a black background
contrast 16.27:1
Card sample
#bfefba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfefba;
Background color
Panel with #bfefba background
background-color: #bfefba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfefba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 239, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 239, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfefba; background: linear-gradient(135deg, #bfefba, #BAEFD8);