#baf6cf
a light, electric green · cool · closest name: aquamarine
RGB
186, 246, 207
HSL
141°, 77%, 85%
CMYK
24, 0, 16, 4
Luminance
0.8086
Every format
| HEX | #baf6cf |
| RGB | rgb(186, 246, 207) |
| HSL | hsl(141, 77%, 85%) |
| CMYK | cmyk(24%, 0%, 16%, 4%) |
| LAB | lab(92.1 -26.5 12.7) |
| LCH | lch(92.1 29.4 154.4) |
| OKLCH | oklch(0.922 0.081 156.0) |
Copy-ready code
/* CSS */
color: #baf6cf;
background-color: #baf6cf;
/* Tailwind (arbitrary) */
class="text-[#baf6cf] bg-[#baf6cf]"
/* SCSS */
$brand: #baf6cf;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.812)
/* Android */
Color.parseColor("#baf6cf")Accessibility — WCAG contrast
Aa
#baf6cf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf6cf on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue81.2%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow15.9%
Key (black)3.5%
Color previews
#baf6cf text on a black background
contrast 17.17:1
Card sample
#baf6cf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf6cf;
Background color
Panel with #baf6cf background
background-color: #baf6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf6cf; background: linear-gradient(135deg, #baf6cf, #BAF5F6);