Lavender
#BDFFE9
GreenColor Codes
All color formats for development
HEX
#BDFFE9RGB
rgb(189, 255, 233)HSL
hsl(160, 100%, 87%)OKLCH
oklch(0.95 0.072 172.1)CMYK
cmyk(26%, 0%, 9%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFDA
2#64FFCB
3#38FFBD
4#0BFFAE
5#00DE94
6#00B176
7#008559
8#00593B
9#002C1E
Tints
Lighter variations
1#C3FFEB
2#CAFFED
3#D1FFF0
4#D7FFF2
5#DEFFF4
6#E4FFF6
7#EBFFF8
8#F2FFFB
9#F8FFFD
Tones
Muted variations
1#C0FCE8
2#C3F8E7
3#C7F5E6
4#CAF2E4
5#CDEEE3
6#D1EBE2
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 #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005236 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFA;
--lavender-100: #DBFFF3;
--lavender-200: #BDFFE9;
--lavender-300: #8AFFD8;
--lavender-400: #4DFFC3;
--lavender-500: #1AFFB2;
--lavender-600: #00E096;
--lavender-700: #00B377;
--lavender-800: #008055;
--lavender-900: #005236;
--lavender-950: #003322;
}