Lavender
#BDFFE7
GreenColor Codes
All color formats for development
HEX
#BDFFE7RGB
rgb(189, 255, 231)HSL
hsl(158, 100%, 87%)OKLCH
oklch(0.949 0.074 170.3)CMYK
cmyk(26%, 0%, 9%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFD6
2#64FFC6
3#38FFB6
4#0BFFA6
5#00DE8D
6#00B170
7#008554
8#005938
9#002C1C
Tints
Lighter variations
1#C3FFE9
2#CAFFEC
3#D1FFEE
4#D7FFF0
5#DEFFF3
6#E4FFF5
7#EBFFF8
8#F2FFFA
9#F8FFFD
Tones
Muted variations
1#C0FCE6
2#C3F8E5
3#C7F5E4
4#CAF2E3
5#CDEEE2
6#D1EBE1
7#D4E8E1
8#D7E4E0
9#DBE1DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBE | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005234 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFF9;
--lavender-100: #DBFFF2;
--lavender-200: #BDFFE7;
--lavender-300: #8AFFD4;
--lavender-400: #4DFFBE;
--lavender-500: #1AFFAB;
--lavender-600: #00E08E;
--lavender-700: #00B371;
--lavender-800: #008051;
--lavender-900: #005234;
--lavender-950: #003320;
}