#befdac
a light, electric green · cool · closest name: aquamarine
RGB
190, 253, 172
HSL
107°, 95%, 83%
CMYK
25, 0, 32, 1
Luminance
0.8418
Every format
| HEX | #befdac |
| RGB | rgb(190, 253, 172) |
| HSL | hsl(107, 95%, 83%) |
| CMYK | cmyk(25%, 0%, 32%, 1%) |
| LAB | lab(93.5 -34.3 32.6) |
| LCH | lch(93.5 47.3 136.5) |
| OKLCH | oklch(0.932 0.124 138.8) |
Copy-ready code
/* CSS */
color: #befdac;
background-color: #befdac;
/* Tailwind (arbitrary) */
class="text-[#befdac] bg-[#befdac]"
/* SCSS */
$brand: #befdac;
/* SwiftUI */
Color(red: 0.745, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#befdac")Accessibility — WCAG contrast
Aa
#befdac on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#befdac on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green99.2%
Blue67.5%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#befdac text on a black background
contrast 17.84:1
Card sample
#befdac text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #befdac;
Background color
Panel with #befdac background
background-color: #befdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #befdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #befdac; background: linear-gradient(135deg, #befdac, #ACFDD0);