Lavender
#DBFFF3
GreenColor Codes
All color formats for development
HEX
#DBFFF3RGB
rgb(219, 255, 243)HSL
hsl(160, 100%, 93%)OKLCH
oklch(0.971 0.04 173.3)CMYK
cmyk(14%, 0%, 5%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACFFE3
2#7CFFD3
3#4DFFC4
4#1EFFB4
5#00ED9E
6#00BE7E
7#008E5F
8#005F3F
9#002F20
Tints
Lighter variations
1#DFFFF4
2#E2FFF5
3#E6FFF7
4#EAFFF8
5#EDFFF9
6#F1FFFA
7#F4FFFB
8#F8FFFD
9#FBFFFE
Tones
Muted variations
1#DDFDF3
2#DFFBF2
3#E1FAF1
4#E2F8F1
5#E4F6F0
6#E6F4F0
7#E8F3EF
8#EAF1EE
9#EBEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005236 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFA;
--lavender-100: #DBFFF3;
--lavender-200: #BDFFE9;
--lavender-300: #8AFFD8;
--lavender-400: #4DFFC3;
--lavender-500: #1AFFB2;
--lavender-600: #00E096;
--lavender-700: #00B377;
--lavender-800: #008055;
--lavender-900: #005236;
--lavender-950: #003322;
}