Lavender
#BDFFED
GreenColor Codes
All color formats for development
HEX
#BDFFEDRGB
rgb(189, 255, 237)HSL
hsl(164, 100%, 87%)OKLCH
oklch(0.951 0.07 176)CMYK
cmyk(26%, 0%, 7%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFE1
2#64FFD6
3#38FFCA
4#0BFFBE
5#00DEA3
6#00B182
7#008562
8#005941
9#002C21
Tints
Lighter variations
1#C3FFEF
2#CAFFF1
3#D1FFF3
4#D7FFF4
5#DEFFF6
6#E4FFF8
7#EBFFFA
8#F2FFFB
9#F8FFFD
Tones
Muted variations
1#C0FCEC
2#C3F8EA
3#C7F5E9
4#CAF2E7
5#CDEEE6
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 #BDFFED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFCF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00805E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523C | 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: #BDFFED;
--lavender-300: #8AFFE0;
--lavender-400: #4DFFCF;
--lavender-500: #1AFFC2;
--lavender-600: #00E0A5;
--lavender-700: #00B383;
--lavender-800: #00805E;
--lavender-900: #00523C;
--lavender-950: #003325;
}