Lavender
#BDFFE8
GreenColor Codes
All color formats for development
HEX
#BDFFE8RGB
rgb(189, 255, 232)HSL
hsl(159, 100%, 87%)OKLCH
oklch(0.95 0.073 171.2)CMYK
cmyk(26%, 0%, 9%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFD8
2#64FFC9
3#38FFB9
4#0BFFAA
5#00DE90
6#00B173
7#008557
8#00593A
9#002C1D
Tints
Lighter variations
1#C3FFEA
2#CAFFEC
3#D1FFEF
4#D7FFF1
5#DEFFF3
6#E4FFF6
7#EBFFF8
8#F2FFFA
9#F8FFFD
Tones
Muted variations
1#C0FCE7
2#C3F8E6
3#C7F5E5
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 #BDFFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005235 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFA;
--lavender-100: #DBFFF3;
--lavender-200: #BDFFE8;
--lavender-300: #8AFFD6;
--lavender-400: #4DFFC1;
--lavender-500: #1AFFAF;
--lavender-600: #00E092;
--lavender-700: #00B374;
--lavender-800: #008053;
--lavender-900: #005235;
--lavender-950: #003321;
}