Lavender
#E1F8FA
CyanColor Codes
All color formats for development
HEX
#E1F8FARGB
rgb(225, 248, 250)HSL
hsl(185, 71%, 93%)OKLCH
oklch(0.963 0.024 203.1)CMYK
cmyk(10%, 1%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8EEF3
2#8FE4EC
3#67DBE5
4#3ED1DE
5#22BDCB
6#1C97A2
7#15717A
8#0E4B51
9#072629
Tints
Lighter variations
1#E4F8FA
2#E7F9FB
3#EAFAFB
4#EDFBFC
5#F0FBFC
6#F3FCFD
7#F6FDFD
8#F9FEFE
9#FCFEFE
Tones
Muted variations
1#E2F7F9
2#E3F6F7
3#E4F5F6
4#E6F3F5
5#E7F2F3
6#E8F1F2
7#E9F0F1
8#EBEFF0
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F1 #C6F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7EE | BordersInactive statesPlaceholder text |
| 400 | 66DB #66DBE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BD0 #3BD0DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21B3 #21B3C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A8E #1A8E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1265 #12656D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4146 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCFD;
--lavender-100: #E0F8FA;
--lavender-200: #C6F1F5;
--lavender-300: #9BE7EE;
--lavender-400: #66DBE5;
--lavender-500: #3BD0DE;
--lavender-600: #21B3C0;
--lavender-700: #1A8E99;
--lavender-800: #12656D;
--lavender-900: #0C4146;
--lavender-950: #07292C;
}