Lavender
#BDFFEC
GreenColor Codes
All color formats for development
HEX
#BDFFECRGB
rgb(189, 255, 236)HSL
hsl(163, 100%, 87%)OKLCH
oklch(0.951 0.071 175)CMYK
cmyk(26%, 0%, 7%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFE0
2#64FFD3
3#38FFC7
4#0BFFBA
5#00DE9F
6#00B17F
7#00855F
8#005940
9#002C20
Tints
Lighter variations
1#C3FFEE
2#CAFFF0
3#D1FFF2
4#D7FFF4
5#DEFFF6
6#E4FFF7
7#EBFFF9
8#F2FFFB
9#F8FFFD
Tones
Muted variations
1#C0FCEB
2#C3F8E9
3#C7F5E8
4#CAF2E6
5#CDEEE5
6#D1EBE4
7#D4E8E2
8#D7E4E1
9#DBE1DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDE | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFCC | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00805B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523A | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFB;
--lavender-100: #DBFFF5;
--lavender-200: #BDFFEC;
--lavender-300: #8AFFDE;
--lavender-400: #4DFFCC;
--lavender-500: #1AFFBE;
--lavender-600: #00E0A1;
--lavender-700: #00B380;
--lavender-800: #00805B;
--lavender-900: #00523A;
--lavender-950: #003325;
}