#baf8dc
a pale, electric green · cool · closest name: aquamarine
RGB
186, 248, 220
HSL
153°, 82%, 85%
CMYK
25, 0, 11, 3
Luminance
0.8274
Every format
| HEX | #baf8dc |
| RGB | rgb(186, 248, 220) |
| HSL | hsl(153, 82%, 85%) |
| CMYK | cmyk(25%, 0%, 11%, 3%) |
| LAB | lab(92.9 -25.0 7.2) |
| LCH | lch(92.9 26.0 164.0) |
| OKLCH | oklch(0.930 0.073 165.3) |
Copy-ready code
/* CSS */
color: #baf8dc;
background-color: #baf8dc;
/* Tailwind (arbitrary) */
class="text-[#baf8dc] bg-[#baf8dc]"
/* SCSS */
$brand: #baf8dc;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 0.863)
/* Android */
Color.parseColor("#baf8dc")Accessibility — WCAG contrast
Aa
#baf8dc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf8dc on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue86.3%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow11.3%
Key (black)2.7%
Color previews
#baf8dc text on a black background
contrast 17.55:1
Card sample
#baf8dc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf8dc;
Background color
Panel with #baf8dc background
background-color: #baf8dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf8dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf8dc; background: linear-gradient(135deg, #baf8dc, #BAEBF8);