#bee4cf
a light, soft green · cool · closest name: beige
RGB
190, 228, 207
HSL
147°, 41%, 82%
CMYK
17, 0, 9, 11
Luminance
0.7094
Every format
| HEX | #bee4cf |
| RGB | rgb(190, 228, 207) |
| HSL | hsl(147, 41%, 82%) |
| CMYK | cmyk(17%, 0%, 9%, 11%) |
| LAB | lab(87.5 -16.4 6.1) |
| LCH | lch(87.5 17.6 159.5) |
| OKLCH | oklch(0.886 0.049 161.0) |
Copy-ready code
/* CSS */
color: #bee4cf;
background-color: #bee4cf;
/* Tailwind (arbitrary) */
class="text-[#bee4cf] bg-[#bee4cf]"
/* SCSS */
$brand: #bee4cf;
/* SwiftUI */
Color(red: 0.745, green: 0.894, blue: 0.812)
/* Android */
Color.parseColor("#bee4cf")Accessibility — WCAG contrast
Aa
#bee4cf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee4cf on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green89.4%
Blue81.2%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow9.2%
Key (black)10.6%
Color previews
#bee4cf text on a black background
contrast 15.19:1
Card sample
#bee4cf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee4cf;
Background color
Panel with #bee4cf background
background-color: #bee4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 228, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 228, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee4cf; background: linear-gradient(135deg, #bee4cf, #BEE0E4);