#baebcf
a light, vivid green · cool · closest name: beige
RGB
186, 235, 207
HSL
146°, 55%, 83%
CMYK
21, 0, 12, 8
Luminance
0.7436
Every format
| HEX | #baebcf |
| RGB | rgb(186, 235, 207) |
| HSL | hsl(146, 55%, 83%) |
| CMYK | cmyk(21%, 0%, 12%, 8%) |
| LAB | lab(89.1 -21.2 8.5) |
| LCH | lch(89.1 22.8 158.2) |
| OKLCH | oklch(0.898 0.063 159.8) |
Copy-ready code
/* CSS */
color: #baebcf;
background-color: #baebcf;
/* Tailwind (arbitrary) */
class="text-[#baebcf] bg-[#baebcf]"
/* SCSS */
$brand: #baebcf;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#baebcf")Accessibility — WCAG contrast
Aa
#baebcf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baebcf on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue81.2%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#baebcf text on a black background
contrast 15.87:1
Card sample
#baebcf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baebcf;
Background color
Panel with #baebcf background
background-color: #baebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baebcf; background: linear-gradient(135deg, #baebcf, #BAE6EB);