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