#baedda
a light, vivid green · cool · closest name: beige
RGB
186, 237, 218
HSL
158°, 59%, 83%
CMYK
22, 0, 8, 7
Luminance
0.7607
Every format
| HEX | #baedda |
| RGB | rgb(186, 237, 218) |
| HSL | hsl(158, 59%, 83%) |
| CMYK | cmyk(22%, 0%, 8%, 7%) |
| LAB | lab(89.9 -20.1 3.9) |
| LCH | lch(89.9 20.4 169.1) |
| OKLCH | oklch(0.905 0.058 170.2) |
Copy-ready code
/* CSS */
color: #baedda;
background-color: #baedda;
/* Tailwind (arbitrary) */
class="text-[#baedda] bg-[#baedda]"
/* SCSS */
$brand: #baedda;
/* SwiftUI */
Color(red: 0.729, green: 0.929, blue: 0.855)
/* Android */
Color.parseColor("#baedda")Accessibility — WCAG contrast
Aa
#baedda on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baedda on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.9%
Blue85.5%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow8.0%
Key (black)7.1%
Color previews
#baedda text on a black background
contrast 16.21:1
Card sample
#baedda text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baedda;
Background color
Panel with #baedda background
background-color: #baedda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baedda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 237, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 237, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baedda; background: linear-gradient(135deg, #baedda, #BADEED);