Lavender
#E0F7FB
CyanColor Codes
All color formats for development
HEX
#E0F7FBRGB
rgb(224, 247, 251)HSL
hsl(189, 77%, 93%)OKLCH
oklch(0.961 0.025 209.3)CMYK
cmyk(11%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5ECF5
2#8BE1F0
3#61D6EB
4#38CBE5
5#1BB6D2
6#1692A8
7#106D7E
8#0B4954
9#05242A
Tints
Lighter variations
1#E3F8FB
2#E6F8FC
3#E9F9FC
4#ECFAFD
5#EFFBFD
6#F2FCFD
7#F6FDFE
8#F9FDFE
9#FCFEFF
Tones
Muted variations
1#E1F6FA
2#E2F5F8
3#E4F4F7
4#E5F3F5
5#E6F2F4
6#E8F1F3
7#E9F0F1
8#EAEFF0
9#ECEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E4 #97E4F2 | BordersInactive statesPlaceholder text |
| 400 | 61D6 #61D6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34CA #34CAE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AAD #1AADC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FBFD;
--lavender-100: #DFF7FB;
--lavender-200: #C4F0F7;
--lavender-300: #97E4F2;
--lavender-400: #61D6EA;
--lavender-500: #34CAE5;
--lavender-600: #1AADC7;
--lavender-700: #15899E;
--lavender-800: #0F6271;
--lavender-900: #093F48;
--lavender-950: #06272D;
}