#baebda
a light, vivid green · cool · closest name: beige
RGB
186, 235, 218
HSL
159°, 55%, 83%
CMYK
21, 0, 7, 8
Luminance
0.7492
Every format
| HEX | #baebda |
| RGB | rgb(186, 235, 218) |
| HSL | hsl(159, 55%, 83%) |
| CMYK | cmyk(21%, 0%, 7%, 8%) |
| LAB | lab(89.3 -19.1 3.1) |
| LCH | lch(89.3 19.3 170.8) |
| OKLCH | oklch(0.901 0.056 171.8) |
Copy-ready code
/* CSS */
color: #baebda;
background-color: #baebda;
/* Tailwind (arbitrary) */
class="text-[#baebda] bg-[#baebda]"
/* SCSS */
$brand: #baebda;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#baebda")Accessibility — WCAG contrast
Aa
#baebda on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baebda on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue85.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#baebda text on a black background
contrast 15.98:1
Card sample
#baebda text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baebda;
Background color
Panel with #baebda background
background-color: #baebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baebda; background: linear-gradient(135deg, #baebda, #BADBEB);