#bafcda
a pale, electric green · cool · closest name: aquamarine
RGB
186, 252, 218
HSL
149°, 92%, 86%
CMYK
26, 0, 14, 1
Luminance
0.8512
Every format
| HEX | #bafcda |
| RGB | rgb(186, 252, 218) |
| HSL | hsl(149, 92%, 86%) |
| CMYK | cmyk(26%, 0%, 14%, 1%) |
| LAB | lab(93.9 -27.3 9.7) |
| LCH | lch(93.9 29.0 160.5) |
| OKLCH | oklch(0.938 0.081 161.9) |
Copy-ready code
/* CSS */
color: #bafcda;
background-color: #bafcda;
/* Tailwind (arbitrary) */
class="text-[#bafcda] bg-[#bafcda]"
/* SCSS */
$brand: #bafcda;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#bafcda")Accessibility — WCAG contrast
Aa
#bafcda on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafcda on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue85.5%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#bafcda text on a black background
contrast 18.02:1
Card sample
#bafcda text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafcda;
Background color
Panel with #bafcda background
background-color: #bafcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafcda; background: linear-gradient(135deg, #bafcda, #BAF2FC);