Lavender
#DFFBF3
GreenColor Codes
All color formats for development
HEX
#DFFBF3RGB
rgb(223, 251, 243)HSL
hsl(163, 78%, 93%)OKLCH
oklch(0.966 0.031 176.6)CMYK
cmyk(11%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F6E3
2#8BF1D4
3#61EBC4
4#36E6B4
5#1AD39F
6#15A97F
7#107F5F
8#0A543F
9#052A20
Tints
Lighter variations
1#E2FBF4
2#E6FCF6
3#E9FCF7
4#ECFDF8
5#EFFDF9
6#F2FDFA
7#F5FEFB
8#F9FEFD
9#FCFFFE
Tones
Muted variations
1#E1FAF3
2#E2F8F2
3#E3F7F1
4#E5F6F1
5#E6F4F0
6#E8F3F0
7#E9F1EF
8#EAF0EE
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D8 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C896 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094937 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFA;
--lavender-100: #DFFBF3;
--lavender-200: #C4F8E9;
--lavender-300: #97F2D8;
--lavender-400: #60EBC4;
--lavender-500: #33E6B3;
--lavender-600: #19C896;
--lavender-700: #149F77;
--lavender-800: #0E7155;
--lavender-900: #094937;
--lavender-950: #062D22;
}