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