#bafcbc
a pale, electric green · cool · closest name: aquamarine
RGB
186, 252, 188
HSL
122°, 92%, 86%
CMYK
26, 0, 25, 1
Luminance
0.8369
Every format
| HEX | #bafcbc |
| RGB | rgb(186, 252, 188) |
| HSL | hsl(122, 92%, 86%) |
| CMYK | cmyk(26%, 0%, 25%, 1%) |
| LAB | lab(93.3 -32.6 24.2) |
| LCH | lch(93.3 40.6 143.4) |
| OKLCH | oklch(0.931 0.108 145.4) |
Copy-ready code
/* CSS */
color: #bafcbc;
background-color: #bafcbc;
/* Tailwind (arbitrary) */
class="text-[#bafcbc] bg-[#bafcbc]"
/* SCSS */
$brand: #bafcbc;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.737)
/* Android */
Color.parseColor("#bafcbc")Accessibility — WCAG contrast
Aa
#bafcbc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafcbc on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue73.7%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow25.4%
Key (black)1.2%
Color previews
#bafcbc text on a black background
contrast 17.74:1
Card sample
#bafcbc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafcbc;
Background color
Panel with #bafcbc background
background-color: #bafcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafcbc; background: linear-gradient(135deg, #bafcbc, #BAFCE8);