Lavender
#E1FAF6
CyanColor Codes
All color formats for development
HEX
#E1FAF6RGB
rgb(225, 250, 246)HSL
hsl(170, 71%, 93%)OKLCH
oklch(0.966 0.027 185.2)CMYK
cmyk(10%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3E9
2#8FECDD
3#67E5D0
4#3EDEC4
5#22CBAF
6#1CA28C
7#157A69
8#0E5146
9#072923
Tints
Lighter variations
1#E4FAF7
2#E7FBF7
3#EAFBF8
4#EDFCF9
5#F0FCFA
6#F3FDFB
7#F6FDFC
8#F9FEFD
9#FCFEFE
Tones
Muted variations
1#E2F9F5
2#E3F7F4
3#E4F6F3
4#E6F5F2
5#E7F3F1
6#E8F2F1
7#E9F1F0
8#EBF0EF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE0 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5D0 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9983 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FDFB;
--lavender-100: #E0FAF6;
--lavender-200: #C6F5EE;
--lavender-300: #9BEEE0;
--lavender-400: #66E5D0;
--lavender-500: #3BDEC3;
--lavender-600: #21C0A5;
--lavender-700: #1A9983;
--lavender-800: #126D5E;
--lavender-900: #0C463C;
--lavender-950: #072C26;
}