#beffaf
a light, electric green · cool · closest name: aquamarine
RGB
190, 255, 175
HSL
109°, 100%, 84%
CMYK
26, 0, 31, 0
Luminance
0.8556
Every format
| HEX | #beffaf |
| RGB | rgb(190, 255, 175) |
| HSL | hsl(109, 100%, 84%) |
| CMYK | cmyk(26%, 0%, 31%, 0%) |
| LAB | lab(94.1 -34.8 31.9) |
| LCH | lch(94.1 47.2 137.5) |
| OKLCH | oklch(0.937 0.124 139.8) |
Copy-ready code
/* CSS */
color: #beffaf;
background-color: #beffaf;
/* Tailwind (arbitrary) */
class="text-[#beffaf] bg-[#beffaf]"
/* SCSS */
$brand: #beffaf;
/* SwiftUI */
Color(red: 0.745, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#beffaf")Accessibility — WCAG contrast
Aa
#beffaf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beffaf on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green100.0%
Blue68.6%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#beffaf text on a black background
contrast 18.11:1
Card sample
#beffaf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beffaf;
Background color
Panel with #beffaf background
background-color: #beffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beffaf; background: linear-gradient(135deg, #beffaf, #AFFFD5);