#baf5cd
a light, vivid green · cool · closest name: aquamarine
RGB
186, 245, 205
HSL
139°, 75%, 85%
CMYK
24, 0, 16, 4
Luminance
0.8015
Every format
| HEX | #baf5cd |
| RGB | rgb(186, 245, 205) |
| HSL | hsl(139, 75%, 85%) |
| CMYK | cmyk(24%, 0%, 16%, 4%) |
| LAB | lab(91.8 -26.4 13.3) |
| LCH | lch(91.8 29.6 153.3) |
| OKLCH | oklch(0.919 0.081 154.9) |
Copy-ready code
/* CSS */
color: #baf5cd;
background-color: #baf5cd;
/* Tailwind (arbitrary) */
class="text-[#baf5cd] bg-[#baf5cd]"
/* SCSS */
$brand: #baf5cd;
/* SwiftUI */
Color(red: 0.729, green: 0.961, blue: 0.804)
/* Android */
Color.parseColor("#baf5cd")Accessibility — WCAG contrast
Aa
#baf5cd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf5cd on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.1%
Blue80.4%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow16.3%
Key (black)3.9%
Color previews
#baf5cd text on a black background
contrast 17.03:1
Card sample
#baf5cd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf5cd;
Background color
Panel with #baf5cd background
background-color: #baf5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 245, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 245, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf5cd; background: linear-gradient(135deg, #baf5cd, #BAF5F4);