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