Lavender
#DFFBF1
GreenColor Codes
All color formats for development
HEX
#DFFBF1RGB
rgb(223, 251, 241)HSL
hsl(159, 78%, 93%)OKLCH
oklch(0.965 0.032 172.1)CMYK
cmyk(11%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6DF
2#8BF1CD
3#61EBBB
4#36E6A9
5#1AD392
6#15A975
7#107F58
8#0A543B
9#052A1D
Tints
Lighter variations
1#E2FBF3
2#E6FCF4
3#E9FCF5
4#ECFDF7
5#EFFDF8
6#F2FDFA
7#F5FEFB
8#F9FEFC
9#FCFFFE
Tones
Muted variations
1#E1FAF1
2#E2F8F0
3#E3F7F0
4#E5F6F0
5#E6F4EF
6#E8F3EF
7#E9F1EE
8#EAF0EE
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C88A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094932 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDF9;
--lavender-100: #DFFBF1;
--lavender-200: #C4F8E6;
--lavender-300: #97F2D2;
--lavender-400: #60EBBB;
--lavender-500: #33E6A7;
--lavender-600: #19C88A;
--lavender-700: #149F6E;
--lavender-800: #0E714F;
--lavender-900: #094932;
--lavender-950: #062D1F;
}