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