#bae3cf
a light, soft green · cool · closest name: beige
RGB
186, 227, 207
HSL
151°, 42%, 81%
CMYK
18, 0, 9, 11
Luminance
0.6988
Every format
| HEX | #bae3cf |
| RGB | rgb(186, 227, 207) |
| HSL | hsl(151, 42%, 81%) |
| CMYK | cmyk(18%, 0%, 9%, 11%) |
| LAB | lab(86.9 -17.2 5.4) |
| LCH | lch(86.9 18.0 162.7) |
| OKLCH | oklch(0.881 0.051 164.1) |
Copy-ready code
/* CSS */
color: #bae3cf;
background-color: #bae3cf;
/* Tailwind (arbitrary) */
class="text-[#bae3cf] bg-[#bae3cf]"
/* SCSS */
$brand: #bae3cf;
/* SwiftUI */
Color(red: 0.729, green: 0.890, blue: 0.812)
/* Android */
Color.parseColor("#bae3cf")Accessibility — WCAG contrast
Aa
#bae3cf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae3cf on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green89.0%
Blue81.2%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow8.8%
Key (black)11.0%
Color previews
#bae3cf text on a black background
contrast 14.98:1
Card sample
#bae3cf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae3cf;
Background color
Panel with #bae3cf background
background-color: #bae3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 227, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 227, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae3cf; background: linear-gradient(135deg, #bae3cf, #BADCE3);