#bee2c2
a light, soft green · cool · closest name: beige
RGB
190, 226, 194
HSL
127°, 38%, 82%
CMYK
16, 0, 14, 11
Luminance
0.6923
Every format
| HEX | #bee2c2 |
| RGB | rgb(190, 226, 194) |
| HSL | hsl(127, 38%, 82%) |
| CMYK | cmyk(16%, 0%, 14%, 11%) |
| LAB | lab(86.6 -17.8 11.8) |
| LCH | lch(86.6 21.4 146.6) |
| OKLCH | oklch(0.878 0.058 148.2) |
Copy-ready code
/* CSS */
color: #bee2c2;
background-color: #bee2c2;
/* Tailwind (arbitrary) */
class="text-[#bee2c2] bg-[#bee2c2]"
/* SCSS */
$brand: #bee2c2;
/* SwiftUI */
Color(red: 0.745, green: 0.886, blue: 0.761)
/* Android */
Color.parseColor("#bee2c2")Accessibility — WCAG contrast
Aa
#bee2c2 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee2c2 on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green88.6%
Blue76.1%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow14.2%
Key (black)11.4%
Color previews
#bee2c2 text on a black background
contrast 14.85:1
Card sample
#bee2c2 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee2c2;
Background color
Panel with #bee2c2 background
background-color: #bee2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 226, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 226, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee2c2; background: linear-gradient(135deg, #bee2c2, #BEE2DA);