Lavender
#E1F8F9
CyanColor Codes
All color formats for development
HEX
#E1F8F9RGB
rgb(225, 248, 249)HSL
hsl(183, 67%, 93%)OKLCH
oklch(0.963 0.024 199.9)CMYK
cmyk(10%, 0%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAEEF1
2#92E5E9
3#6ADCE2
4#43D2DA
5#27BEC6
6#1F989E
7#177277
8#104C4F
9#082628
Tints
Lighter variations
1#E4F9FA
2#E7F9FA
3#EAFAFB
4#EDFBFB
5#F0FBFC
6#F3FCFD
7#F6FDFD
8#F9FEFE
9#FCFEFE
Tones
Muted variations
1#E2F7F8
2#E4F6F7
3#E5F5F6
4#E6F4F4
5#E7F3F3
6#E8F1F2
7#EAF0F1
8#EBEFF0
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE8 #9DE8EC | BordersInactive statesPlaceholder text |
| 400 | 6ADC #6ADCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD1 #3FD1D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B4 #25B4BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8F #1D8F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1566 #15666A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D41 #0D4144 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCFC;
--lavender-100: #E1F8F9;
--lavender-200: #C8F2F4;
--lavender-300: #9DE8EC;
--lavender-400: #6ADCE2;
--lavender-500: #3FD1D9;
--lavender-600: #25B4BB;
--lavender-700: #1D8F95;
--lavender-800: #15666A;
--lavender-900: #0D4144;
--lavender-950: #08292B;
}