#baeedb
a light, vivid green · cool · closest name: beige
RGB
186, 238, 219
HSL
158°, 61%, 83%
CMYK
22, 0, 8, 7
Luminance
0.7670
Every format
| HEX | #baeedb |
| RGB | rgb(186, 238, 219) |
| HSL | hsl(158, 61%, 83%) |
| CMYK | cmyk(22%, 0%, 8%, 7%) |
| LAB | lab(90.2 -20.3 3.8) |
| LCH | lch(90.2 20.7 169.5) |
| OKLCH | oklch(0.908 0.059 170.6) |
Copy-ready code
/* CSS */
color: #baeedb;
background-color: #baeedb;
/* Tailwind (arbitrary) */
class="text-[#baeedb] bg-[#baeedb]"
/* SCSS */
$brand: #baeedb;
/* SwiftUI */
Color(red: 0.729, green: 0.933, blue: 0.859)
/* Android */
Color.parseColor("#baeedb")Accessibility — WCAG contrast
Aa
#baeedb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeedb on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.3%
Blue85.9%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow8.0%
Key (black)6.7%
Color previews
#baeedb text on a black background
contrast 16.34:1
Card sample
#baeedb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeedb;
Background color
Panel with #baeedb background
background-color: #baeedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 238, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 238, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeedb; background: linear-gradient(135deg, #baeedb, #BADEEE);