#baf0cb
a light, vivid green · cool · closest name: beige
RGB
186, 240, 203
HSL
139°, 64%, 84%
CMYK
23, 0, 15, 6
Luminance
0.7707
Every format
| HEX | #baf0cb |
| RGB | rgb(186, 240, 203) |
| HSL | hsl(139, 64%, 84%) |
| CMYK | cmyk(23%, 0%, 15%, 6%) |
| LAB | lab(90.3 -24.4 12.3) |
| LCH | lch(90.3 27.3 153.1) |
| OKLCH | oklch(0.908 0.075 154.7) |
Copy-ready code
/* CSS */
color: #baf0cb;
background-color: #baf0cb;
/* Tailwind (arbitrary) */
class="text-[#baf0cb] bg-[#baf0cb]"
/* SCSS */
$brand: #baf0cb;
/* SwiftUI */
Color(red: 0.729, green: 0.941, blue: 0.796)
/* Android */
Color.parseColor("#baf0cb")Accessibility — WCAG contrast
Aa
#baf0cb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf0cb on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.1%
Blue79.6%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow15.4%
Key (black)5.9%
Color previews
#baf0cb text on a black background
contrast 16.41:1
Card sample
#baf0cb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf0cb;
Background color
Panel with #baf0cb background
background-color: #baf0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 240, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 240, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf0cb; background: linear-gradient(135deg, #baf0cb, #BAF0EF);