#beebaf
a light, vivid green · cool · closest name: aquamarine
RGB
190, 235, 175
HSL
105°, 60%, 80%
CMYK
19, 0, 26, 8
Luminance
0.7346
Every format
| HEX | #beebaf |
| RGB | rgb(190, 235, 175) |
| HSL | hsl(105, 60%, 80%) |
| CMYK | cmyk(19%, 0%, 26%, 8%) |
| LAB | lab(88.7 -25.4 24.5) |
| LCH | lch(88.7 35.3 136.0) |
| OKLCH | oklch(0.893 0.093 138.0) |
Copy-ready code
/* CSS */
color: #beebaf;
background-color: #beebaf;
/* Tailwind (arbitrary) */
class="text-[#beebaf] bg-[#beebaf]"
/* SCSS */
$brand: #beebaf;
/* SwiftUI */
Color(red: 0.745, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#beebaf")Accessibility — WCAG contrast
Aa
#beebaf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beebaf on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green92.2%
Blue68.6%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#beebaf text on a black background
contrast 15.69:1
Card sample
#beebaf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beebaf;
Background color
Panel with #beebaf background
background-color: #beebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beebaf; background: linear-gradient(135deg, #beebaf, #AFEBC8);