#baf9da
a pale, electric green · cool · closest name: aquamarine
RGB
186, 249, 218
HSL
151°, 84%, 85%
CMYK
25, 0, 12, 2
Luminance
0.8325
Every format
| HEX | #baf9da |
| RGB | rgb(186, 249, 218) |
| HSL | hsl(151, 84%, 85%) |
| CMYK | cmyk(25%, 0%, 12%, 2%) |
| LAB | lab(93.1 -25.9 8.5) |
| LCH | lch(93.1 27.2 161.8) |
| OKLCH | oklch(0.931 0.076 163.2) |
Copy-ready code
/* CSS */
color: #baf9da;
background-color: #baf9da;
/* Tailwind (arbitrary) */
class="text-[#baf9da] bg-[#baf9da]"
/* SCSS */
$brand: #baf9da;
/* SwiftUI */
Color(red: 0.729, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#baf9da")Accessibility — WCAG contrast
Aa
#baf9da on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf9da on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.6%
Blue85.5%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow12.4%
Key (black)2.4%
Color previews
#baf9da text on a black background
contrast 17.65:1
Card sample
#baf9da text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf9da;
Background color
Panel with #baf9da background
background-color: #baf9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf9da; background: linear-gradient(135deg, #baf9da, #BAEEF9);