#bee2cf
a light, soft green · cool · closest name: beige
RGB
190, 226, 207
HSL
148°, 38%, 82%
CMYK
16, 0, 8, 11
Luminance
0.6984
Every format
| HEX | #bee2cf |
| RGB | rgb(190, 226, 207) |
| HSL | hsl(148, 38%, 82%) |
| CMYK | cmyk(16%, 0%, 8%, 11%) |
| LAB | lab(86.9 -15.4 5.4) |
| LCH | lch(86.9 16.4 160.8) |
| OKLCH | oklch(0.882 0.046 162.3) |
Copy-ready code
/* CSS */
color: #bee2cf;
background-color: #bee2cf;
/* Tailwind (arbitrary) */
class="text-[#bee2cf] bg-[#bee2cf]"
/* SCSS */
$brand: #bee2cf;
/* SwiftUI */
Color(red: 0.745, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#bee2cf")Accessibility — WCAG contrast
Aa
#bee2cf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee2cf on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green88.6%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#bee2cf text on a black background
contrast 14.97:1
Card sample
#bee2cf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee2cf;
Background color
Panel with #bee2cf background
background-color: #bee2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee2cf; background: linear-gradient(135deg, #bee2cf, #BEDDE2);