Lavender
#BDFFEB
GreenColor Codes
All color formats for development
HEX
#BDFFEBRGB
rgb(189, 255, 235)HSL
hsl(162, 100%, 87%)OKLCH
oklch(0.95 0.071 174.1)CMYK
cmyk(26%, 0%, 8%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFDE
2#64FFD0
3#38FFC3
4#0BFFB6
5#00DE9B
6#00B17C
7#00855D
8#00593E
9#002C1F
Tints
Lighter variations
1#C3FFED
2#CAFFEF
3#D1FFF1
4#D7FFF3
5#DEFFF5
6#E4FFF7
7#EBFFF9
8#F2FFFB
9#F8FFFD
Tones
Muted variations
1#C0FCEA
2#C3F8E8
3#C7F5E7
4#CAF2E6
5#CDEEE4
6#D1EBE3
7#D4E8E2
8#D7E4E1
9#DBE1DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E09D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005239 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFA;
--lavender-100: #DBFFF4;
--lavender-200: #BDFFEB;
--lavender-300: #8AFFDC;
--lavender-400: #4DFFC9;
--lavender-500: #1AFFBA;
--lavender-600: #00E09D;
--lavender-700: #00B37D;
--lavender-800: #008059;
--lavender-900: #005239;
--lavender-950: #003324;
}