#beecaf
a light, vivid green · cool · closest name: aquamarine
RGB
190, 236, 175
HSL
105°, 62%, 81%
CMYK
20, 0, 26, 8
Luminance
0.7403
Every format
| HEX | #beecaf |
| RGB | rgb(190, 236, 175) |
| HSL | hsl(105, 62%, 81%) |
| CMYK | cmyk(20%, 0%, 26%, 8%) |
| LAB | lab(88.9 -25.9 24.9) |
| LCH | lch(88.9 35.9 136.1) |
| OKLCH | oklch(0.895 0.095 138.1) |
Copy-ready code
/* CSS */
color: #beecaf;
background-color: #beecaf;
/* Tailwind (arbitrary) */
class="text-[#beecaf] bg-[#beecaf]"
/* SCSS */
$brand: #beecaf;
/* SwiftUI */
Color(red: 0.745, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#beecaf")Accessibility — WCAG contrast
Aa
#beecaf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beecaf on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green92.5%
Blue68.6%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#beecaf text on a black background
contrast 15.81:1
Card sample
#beecaf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beecaf;
Background color
Panel with #beecaf background
background-color: #beecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beecaf; background: linear-gradient(135deg, #beecaf, #AFECC9);