Lavender
#BEFDE0
GreenColor Codes
All color formats for development
HEX
#BEFDE0RGB
rgb(190, 253, 224)HSL
hsl(152, 94%, 87%)OKLCH
oklch(0.944 0.074 164.9)CMYK
cmyk(25%, 0%, 11%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94FCCB
2#69FAB6
3#3EF9A2
4#13F88D
5#07D776
6#05AC5E
7#048147
8#03562F
9#012B18
Tints
Lighter variations
1#C5FDE3
2#CCFDE6
3#D2FEE9
4#D8FEEC
5#DFFEEF
6#E5FEF3
7#ECFEF6
8#F2FFF9
9#F9FFFC
Tones
Muted variations
1#C2FAE0
2#C5F7E0
3#C8F4DF
4#CBF1DF
5#CEEDDF
6#D1EADF
7#D5E7DE
8#D8E4DE
9#DBE1DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBC8 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAAB | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F893 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA77 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F2B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFF8;
--lavender-100: #DCFEEE;
--lavender-200: #BFFDE0;
--lavender-300: #8DFBC8;
--lavender-400: #52FAAB;
--lavender-500: #20F893;
--lavender-600: #07DA77;
--lavender-700: #05AD5F;
--lavender-800: #047C44;
--lavender-900: #024F2B;
--lavender-950: #02311B;
}