#beeacf
a light, vivid green · cool · closest name: beige
RGB
190, 234, 207
HSL
143°, 51%, 83%
CMYK
19, 0, 12, 8
Luminance
0.7430
Every format
| HEX | #beeacf |
| RGB | rgb(190, 234, 207) |
| HSL | hsl(143, 51%, 83%) |
| CMYK | cmyk(19%, 0%, 12%, 8%) |
| LAB | lab(89.1 -19.4 8.4) |
| LCH | lch(89.1 21.2 156.5) |
| OKLCH | oklch(0.899 0.059 158.1) |
Copy-ready code
/* CSS */
color: #beeacf;
background-color: #beeacf;
/* Tailwind (arbitrary) */
class="text-[#beeacf] bg-[#beeacf]"
/* SCSS */
$brand: #beeacf;
/* SwiftUI */
Color(red: 0.745, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#beeacf")Accessibility — WCAG contrast
Aa
#beeacf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeacf on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green91.8%
Blue81.2%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow11.5%
Key (black)8.2%
Color previews
#beeacf text on a black background
contrast 15.86:1
Card sample
#beeacf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeacf;
Background color
Panel with #beeacf background
background-color: #beeacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeacf; background: linear-gradient(135deg, #beeacf, #BEE8EA);