#baf2ca
a light, vivid green · cool · closest name: aquamarine
RGB
186, 242, 202
HSL
137°, 68%, 84%
CMYK
23, 0, 17, 5
Luminance
0.7821
Every format
| HEX | #baf2ca |
| RGB | rgb(186, 242, 202) |
| HSL | hsl(137, 68%, 84%) |
| CMYK | cmyk(23%, 0%, 17%, 5%) |
| LAB | lab(90.9 -25.5 13.6) |
| LCH | lch(90.9 28.9 151.9) |
| OKLCH | oklch(0.912 0.079 153.6) |
Copy-ready code
/* CSS */
color: #baf2ca;
background-color: #baf2ca;
/* Tailwind (arbitrary) */
class="text-[#baf2ca] bg-[#baf2ca]"
/* SCSS */
$brand: #baf2ca;
/* SwiftUI */
Color(red: 0.729, green: 0.949, blue: 0.792)
/* Android */
Color.parseColor("#baf2ca")Accessibility — WCAG contrast
Aa
#baf2ca on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf2ca on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.9%
Blue79.2%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow16.5%
Key (black)5.1%
Color previews
#baf2ca text on a black background
contrast 16.64:1
Card sample
#baf2ca text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf2ca;
Background color
Panel with #baf2ca background
background-color: #baf2ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf2ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 242, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 242, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf2ca; background: linear-gradient(135deg, #baf2ca, #BAF2EF);