#baf1cf
a light, vivid green · cool · closest name: beige
RGB
186, 241, 207
HSL
143°, 66%, 84%
CMYK
23, 0, 14, 6
Luminance
0.7785
Every format
| HEX | #baf1cf |
| RGB | rgb(186, 241, 207) |
| HSL | hsl(143, 66%, 84%) |
| CMYK | cmyk(23%, 0%, 14%, 6%) |
| LAB | lab(90.7 -24.1 10.8) |
| LCH | lch(90.7 26.4 155.9) |
| OKLCH | oklch(0.911 0.073 157.5) |
Copy-ready code
/* CSS */
color: #baf1cf;
background-color: #baf1cf;
/* Tailwind (arbitrary) */
class="text-[#baf1cf] bg-[#baf1cf]"
/* SCSS */
$brand: #baf1cf;
/* SwiftUI */
Color(red: 0.729, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#baf1cf")Accessibility — WCAG contrast
Aa
#baf1cf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf1cf on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.5%
Blue81.2%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow14.1%
Key (black)5.5%
Color previews
#baf1cf text on a black background
contrast 16.57:1
Card sample
#baf1cf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf1cf;
Background color
Panel with #baf1cf background
background-color: #baf1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf1cf; background: linear-gradient(135deg, #baf1cf, #BAEEF1);