Glow in the Dark
#befdb7
Looking for the precise values behind Glow in the Dark (#befdb7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #befdb7 | |
|---|---|---|
| RGB | rgb(190, 253, 183) | |
| HSL | hsl(114, 95%, 85%) | |
| CMYK | cmyk(25%, 0%, 28%, 1%) | |
| LAB | lab(94, -30, 27) | |
| OKLCH | oklch(0.93 0.113 142) |
Color harmonies
Tints & shades
Code snippets
color: #befdb7;
background-color: #befdb7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFBEFDB7)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.99, blue: 0.72, alpha: 1.0)