Lavender
#E0FBF7
CyanColor Codes
All color formats for development
HEX
#E0FBF7RGB
rgb(224, 251, 247)HSL
hsl(171, 77%, 93%)OKLCH
oklch(0.967 0.029 186)CMYK
cmyk(11%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5EC
2#8BF0E1
3#61EBD6
4#38E5CB
5#1BD2B6
6#16A892
7#107E6D
8#0B5449
9#052A24
Tints
Lighter variations
1#E3FBF8
2#E6FCF8
3#E9FCF9
4#ECFDFA
5#EFFDFB
6#F2FDFC
7#F6FEFD
8#F9FEFD
9#FCFFFE
Tones
Muted variations
1#E1FAF6
2#E2F8F5
3#E4F7F4
4#E5F5F3
5#E6F4F2
6#E8F3F1
7#E9F1F0
8#EAF0EF
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E4 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAD6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFB;
--lavender-100: #DFFBF7;
--lavender-200: #C4F7F0;
--lavender-300: #97F2E4;
--lavender-400: #61EAD6;
--lavender-500: #34E5CA;
--lavender-600: #1AC7AD;
--lavender-700: #159E89;
--lavender-800: #0F7162;
--lavender-900: #09483F;
--lavender-950: #062D27;
}