#bafbcb
a pale, electric green · cool · closest name: aquamarine
RGB
186, 251, 203
HSL
136°, 89%, 86%
CMYK
26, 0, 19, 2
Luminance
0.8375
Every format
| HEX | #bafbcb |
| RGB | rgb(186, 251, 203) |
| HSL | hsl(136, 89%, 86%) |
| CMYK | cmyk(26%, 0%, 19%, 2%) |
| LAB | lab(93.3 -29.6 16.6) |
| LCH | lch(93.3 33.9 150.8) |
| OKLCH | oklch(0.932 0.092 152.4) |
Copy-ready code
/* CSS */
color: #bafbcb;
background-color: #bafbcb;
/* Tailwind (arbitrary) */
class="text-[#bafbcb] bg-[#bafbcb]"
/* SCSS */
$brand: #bafbcb;
/* SwiftUI */
Color(red: 0.729, green: 0.984, blue: 0.796)
/* Android */
Color.parseColor("#bafbcb")Accessibility — WCAG contrast
Aa
#bafbcb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafbcb on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.4%
Blue79.6%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow19.1%
Key (black)1.6%
Color previews
#bafbcb text on a black background
contrast 17.75:1
Card sample
#bafbcb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafbcb;
Background color
Panel with #bafbcb background
background-color: #bafbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 251, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 251, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafbcb; background: linear-gradient(135deg, #bafbcb, #BAFBF6);