#baf5dc
a light, vivid green · cool · closest name: beige
RGB
186, 245, 220
HSL
155°, 75%, 85%
CMYK
24, 0, 10, 4
Luminance
0.8091
Every format
| HEX | #baf5dc |
| RGB | rgb(186, 245, 220) |
| HSL | hsl(155, 75%, 85%) |
| CMYK | cmyk(24%, 0%, 10%, 4%) |
| LAB | lab(92.1 -23.6 6.0) |
| LCH | lch(92.1 24.3 165.7) |
| OKLCH | oklch(0.923 0.069 167.0) |
Copy-ready code
/* CSS */
color: #baf5dc;
background-color: #baf5dc;
/* Tailwind (arbitrary) */
class="text-[#baf5dc] bg-[#baf5dc]"
/* SCSS */
$brand: #baf5dc;
/* SwiftUI */
Color(red: 0.729, green: 0.961, blue: 0.863)
/* Android */
Color.parseColor("#baf5dc")Accessibility — WCAG contrast
Aa
#baf5dc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf5dc on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.1%
Blue86.3%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow10.2%
Key (black)3.9%
Color previews
#baf5dc text on a black background
contrast 17.18:1
Card sample
#baf5dc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf5dc;
Background color
Panel with #baf5dc background
background-color: #baf5dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf5dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 245, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 245, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf5dc; background: linear-gradient(135deg, #baf5dc, #BAE7F5);