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