#baf1cb
a light, vivid green · cool · closest name: aquamarine
RGB
186, 241, 203
HSL
139°, 66%, 84%
CMYK
23, 0, 16, 6
Luminance
0.7766
Every format
| HEX | #baf1cb |
| RGB | rgb(186, 241, 203) |
| HSL | hsl(139, 66%, 84%) |
| CMYK | cmyk(23%, 0%, 16%, 6%) |
| LAB | lab(90.6 -24.8 12.7) |
| LCH | lch(90.6 27.9 152.9) |
| OKLCH | oklch(0.910 0.076 154.5) |
Copy-ready code
/* CSS */
color: #baf1cb;
background-color: #baf1cb;
/* Tailwind (arbitrary) */
class="text-[#baf1cb] bg-[#baf1cb]"
/* SCSS */
$brand: #baf1cb;
/* SwiftUI */
Color(red: 0.729, green: 0.945, blue: 0.796)
/* Android */
Color.parseColor("#baf1cb")Accessibility — WCAG contrast
Aa
#baf1cb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf1cb on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.5%
Blue79.6%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow15.8%
Key (black)5.5%
Color previews
#baf1cb text on a black background
contrast 16.53:1
Card sample
#baf1cb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf1cb;
Background color
Panel with #baf1cb background
background-color: #baf1cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf1cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 241, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 241, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf1cb; background: linear-gradient(135deg, #baf1cb, #BAF1F0);