#bafcd2
a pale, electric green · cool · closest name: aquamarine
RGB
186, 252, 210
HSL
142°, 92%, 86%
CMYK
26, 0, 17, 1
Luminance
0.8471
Every format
| HEX | #bafcd2 |
| RGB | rgb(186, 252, 210) |
| HSL | hsl(142, 92%, 86%) |
| CMYK | cmyk(26%, 0%, 17%, 1%) |
| LAB | lab(93.8 -28.8 13.6) |
| LCH | lch(93.8 31.8 154.8) |
| OKLCH | oklch(0.936 0.087 156.4) |
Copy-ready code
/* CSS */
color: #bafcd2;
background-color: #bafcd2;
/* Tailwind (arbitrary) */
class="text-[#bafcd2] bg-[#bafcd2]"
/* SCSS */
$brand: #bafcd2;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#bafcd2")Accessibility — WCAG contrast
Aa
#bafcd2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafcd2 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue82.4%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#bafcd2 text on a black background
contrast 17.94:1
Card sample
#bafcd2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafcd2;
Background color
Panel with #bafcd2 background
background-color: #bafcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafcd2; background: linear-gradient(135deg, #bafcd2, #BAFAFC);