#baf3dc
a light, vivid green · cool · closest name: beige
RGB
186, 243, 220
HSL
156°, 70%, 84%
CMYK
24, 0, 10, 5
Luminance
0.7971
Every format
| HEX | #baf3dc |
| RGB | rgb(186, 243, 220) |
| HSL | hsl(156, 70%, 84%) |
| CMYK | cmyk(24%, 0%, 10%, 5%) |
| LAB | lab(91.5 -22.6 5.2) |
| LCH | lch(91.5 23.2 167.0) |
| OKLCH | oklch(0.919 0.066 168.2) |
Copy-ready code
/* CSS */
color: #baf3dc;
background-color: #baf3dc;
/* Tailwind (arbitrary) */
class="text-[#baf3dc] bg-[#baf3dc]"
/* SCSS */
$brand: #baf3dc;
/* SwiftUI */
Color(red: 0.729, green: 0.953, blue: 0.863)
/* Android */
Color.parseColor("#baf3dc")Accessibility — WCAG contrast
Aa
#baf3dc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf3dc on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.3%
Blue86.3%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow9.5%
Key (black)4.7%
Color previews
#baf3dc text on a black background
contrast 16.94:1
Card sample
#baf3dc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf3dc;
Background color
Panel with #baf3dc background
background-color: #baf3dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf3dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 243, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 243, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf3dc; background: linear-gradient(135deg, #baf3dc, #BAE4F3);