Lavender
#E0FBF6
CyanColor Codes
All color formats for development
HEX
#E0FBF6RGB
rgb(224, 251, 246)HSL
hsl(169, 77%, 93%)OKLCH
oklch(0.967 0.029 183.4)CMYK
cmyk(11%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5EA
2#8BF0DE
3#61EBD1
4#38E5C5
5#1BD2B0
6#16A88D
7#107E6A
8#0B5447
9#052A23
Tints
Lighter variations
1#E3FBF7
2#E6FCF8
3#E9FCF9
4#ECFDFA
5#EFFDFA
6#F2FDFB
7#F6FEFC
8#F9FEFD
9#FCFFFE
Tones
Muted variations
1#E1FAF5
2#E2F8F4
3#E4F7F3
4#E5F5F2
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 #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFB;
--lavender-100: #DFFBF6;
--lavender-200: #C4F7EE;
--lavender-300: #97F2E1;
--lavender-400: #61EAD1;
--lavender-500: #34E5C4;
--lavender-600: #1AC7A7;
--lavender-700: #159E85;
--lavender-800: #0F715F;
--lavender-900: #09483D;
--lavender-950: #062D26;
}