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