Lavender
#BDFFE1
GreenColor Codes
All color formats for development
HEX
#BDFFE1RGB
rgb(189, 255, 225)HSL
hsl(153, 100%, 87%)OKLCH
oklch(0.948 0.078 165.1)CMYK
cmyk(26%, 0%, 12%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFCD
2#64FFB9
3#38FFA5
4#0BFF91
5#00DE7A
6#00B162
7#008549
8#005931
9#002C18
Tints
Lighter variations
1#C3FFE4
2#CAFFE7
3#D1FFEA
4#D7FFED
5#DEFFF0
6#E4FFF3
7#EBFFF6
8#F2FFF9
9#F8FFFC
Tones
Muted variations
1#C0FCE1
2#C3F8E1
3#C7F5E0
4#CAF2E0
5#CDEEE0
6#D1EBDF
7#D4E8DF
8#D7E4DF
9#DBE1DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFAF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B362 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFF8;
--lavender-100: #DBFFEF;
--lavender-200: #BDFFE1;
--lavender-300: #8AFFCA;
--lavender-400: #4DFFAF;
--lavender-500: #1AFF98;
--lavender-600: #00E07B;
--lavender-700: #00B362;
--lavender-800: #008046;
--lavender-900: #00522D;
--lavender-950: #00331C;
}