#baf2cf
a light, vivid green · cool · closest name: beige
RGB
186, 242, 207
HSL
143°, 68%, 84%
CMYK
23, 0, 15, 5
Luminance
0.7845
Every format
| HEX | #baf2cf |
| RGB | rgb(186, 242, 207) |
| HSL | hsl(143, 68%, 84%) |
| CMYK | cmyk(23%, 0%, 15%, 5%) |
| LAB | lab(91.0 -24.6 11.2) |
| LCH | lch(91.0 27.0 155.6) |
| OKLCH | oklch(0.913 0.074 157.2) |
Copy-ready code
/* CSS */
color: #baf2cf;
background-color: #baf2cf;
/* Tailwind (arbitrary) */
class="text-[#baf2cf] bg-[#baf2cf]"
/* SCSS */
$brand: #baf2cf;
/* SwiftUI */
Color(red: 0.729, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#baf2cf")Accessibility — WCAG contrast
Aa
#baf2cf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf2cf on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.9%
Blue81.2%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow14.5%
Key (black)5.1%
Color previews
#baf2cf text on a black background
contrast 16.69:1
Card sample
#baf2cf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf2cf;
Background color
Panel with #baf2cf background
background-color: #baf2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf2cf; background: linear-gradient(135deg, #baf2cf, #BAF0F2);