Lavender
#BDFFE4
GreenColor Codes
All color formats for development
HEX
#BDFFE4RGB
rgb(189, 255, 228)HSL
hsl(155, 100%, 87%)OKLCH
oklch(0.949 0.075 167.6)CMYK
cmyk(26%, 0%, 11%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFD1
2#64FFBE
3#38FFAC
4#0BFF99
5#00DE81
6#00B168
7#00854E
8#005934
9#002C1A
Tints
Lighter variations
1#C3FFE6
2#CAFFE9
3#D1FFEC
4#D7FFEE
5#DEFFF1
6#E4FFF4
7#EBFFF7
8#F2FFF9
9#F8FFFC
Tones
Muted variations
1#C0FCE3
2#C3F8E2
3#C7F5E2
4#CAF2E1
5#CDEEE1
6#D1EBE0
7#D4E8E0
8#D7E4DF
9#DBE1DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCE | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB5 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005230 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFF9;
--lavender-100: #DBFFF0;
--lavender-200: #BDFFE3;
--lavender-300: #8AFFCE;
--lavender-400: #4DFFB5;
--lavender-500: #1AFF9F;
--lavender-600: #00E083;
--lavender-700: #00B368;
--lavender-800: #00804A;
--lavender-900: #005230;
--lavender-950: #00331E;
}