#bae2cf
a light, soft green · cool · closest name: beige
RGB
186, 226, 207
HSL
152°, 41%, 81%
CMYK
18, 0, 8, 11
Luminance
0.6934
Every format
| HEX | #bae2cf |
| RGB | rgb(186, 226, 207) |
| HSL | hsl(152, 41%, 81%) |
| CMYK | cmyk(18%, 0%, 8%, 11%) |
| LAB | lab(86.7 -16.7 5.0) |
| LCH | lch(86.7 17.4 163.5) |
| OKLCH | oklch(0.879 0.049 164.8) |
Copy-ready code
/* CSS */
color: #bae2cf;
background-color: #bae2cf;
/* Tailwind (arbitrary) */
class="text-[#bae2cf] bg-[#bae2cf]"
/* SCSS */
$brand: #bae2cf;
/* SwiftUI */
Color(red: 0.729, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#bae2cf")Accessibility — WCAG contrast
Aa
#bae2cf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae2cf on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green88.6%
Blue81.2%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#bae2cf text on a black background
contrast 14.87:1
Card sample
#bae2cf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae2cf;
Background color
Panel with #bae2cf background
background-color: #bae2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae2cf; background: linear-gradient(135deg, #bae2cf, #BADAE2);