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