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