#baf1dc
a light, vivid green · cool · closest name: beige
RGB
186, 241, 220
HSL
157°, 66%, 84%
CMYK
23, 0, 9, 6
Luminance
0.7852
Every format
| HEX | #baf1dc |
| RGB | rgb(186, 241, 220) |
| HSL | hsl(157, 66%, 84%) |
| CMYK | cmyk(23%, 0%, 9%, 6%) |
| LAB | lab(91.0 -21.6 4.5) |
| LCH | lch(91.0 22.1 168.4) |
| OKLCH | oklch(0.915 0.063 169.5) |
Copy-ready code
/* CSS */
color: #baf1dc;
background-color: #baf1dc;
/* Tailwind (arbitrary) */
class="text-[#baf1dc] bg-[#baf1dc]"
/* SCSS */
$brand: #baf1dc;
/* SwiftUI */
Color(red: 0.729, green: 0.945, blue: 0.863)
/* Android */
Color.parseColor("#baf1dc")Accessibility — WCAG contrast
Aa
#baf1dc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf1dc on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.5%
Blue86.3%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow8.7%
Key (black)5.5%
Color previews
#baf1dc text on a black background
contrast 16.70:1
Card sample
#baf1dc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf1dc;
Background color
Panel with #baf1dc background
background-color: #baf1dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf1dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 241, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 241, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf1dc; background: linear-gradient(135deg, #baf1dc, #BAE1F1);