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