Lavender
#BDFFEA
GreenColor Codes
All color formats for development
HEX
#BDFFEARGB
rgb(189, 255, 234)HSL
hsl(161, 100%, 87%)OKLCH
oklch(0.95 0.072 173.1)CMYK
cmyk(26%, 0%, 8%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFDC
2#64FFCE
3#38FFC0
4#0BFFB2
5#00DE98
6#00B179
7#00855B
8#00593D
9#002C1E
Tints
Lighter variations
1#C3FFEC
2#CAFFEE
3#D1FFF0
4#D7FFF2
5#DEFFF5
6#E4FFF7
7#EBFFF9
8#F2FFFB
9#F8FFFD
Tones
Muted variations
1#C0FCE9
2#C3F8E8
3#C7F5E6
4#CAF2E5
5#CDEEE4
6#D1EBE3
7#D4E8E1
8#D7E4E0
9#DBE1DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005238 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFA;
--lavender-100: #DBFFF4;
--lavender-200: #BDFFEA;
--lavender-300: #8AFFDA;
--lavender-400: #4DFFC6;
--lavender-500: #1AFFB6;
--lavender-600: #00E099;
--lavender-700: #00B37A;
--lavender-800: #008057;
--lavender-900: #005238;
--lavender-950: #003323;
}