Lavender
#E0F6FB
CyanColor Codes
All color formats for development
HEX
#E0F6FBRGB
rgb(224, 246, 251)HSL
hsl(191, 77%, 93%)OKLCH
oklch(0.959 0.024 212.9)CMYK
cmyk(11%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5EAF5
2#8BDEF0
3#61D1EB
4#38C5E5
5#1BB0D2
6#168DA8
7#106A7E
8#0B4754
9#05232A
Tints
Lighter variations
1#E3F7FB
2#E6F8FC
3#E9F9FC
4#ECFAFD
5#EFFAFD
6#F2FBFD
7#F6FCFE
8#F9FDFE
9#FCFEFF
Tones
Muted variations
1#E1F5FA
2#E2F4F8
3#E4F3F7
4#E5F2F5
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 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E1 #97E1F2 | BordersInactive statesPlaceholder text |
| 400 | 61D1 #61D1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34C4 #34C4E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AA7 #1AA7C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1585 #15859E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5F #0F5F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FBFD;
--lavender-100: #DFF6FB;
--lavender-200: #C4EEF7;
--lavender-300: #97E1F2;
--lavender-400: #61D1EA;
--lavender-500: #34C4E5;
--lavender-600: #1AA7C7;
--lavender-700: #15859E;
--lavender-800: #0F5F71;
--lavender-900: #093D48;
--lavender-950: #06262D;
}