Lavender
#E0F8FB
CyanColor Codes
All color formats for development
HEX
#E0F8FBRGB
rgb(224, 248, 251)HSL
hsl(187, 77%, 93%)OKLCH
oklch(0.963 0.025 205.8)CMYK
cmyk(11%, 1%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5EEF5
2#8BE4F0
3#61DBEB
4#38D1E5
5#1BBDD2
6#1697A8
7#10717E
8#0B4B54
9#05262A
Tints
Lighter variations
1#E3F8FB
2#E6F9FC
3#E9FAFC
4#ECFBFD
5#EFFBFD
6#F2FCFD
7#F6FDFE
8#F9FEFE
9#FCFEFF
Tones
Muted variations
1#E1F7FA
2#E2F6F8
3#E4F5F7
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 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E7 #97E7F2 | BordersInactive statesPlaceholder text |
| 400 | 61DA #61DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 34D0 #34D0E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AB2 #1AB2C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158E #158E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0941 #094148 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFD;
--lavender-100: #DFF8FB;
--lavender-200: #C4F1F7;
--lavender-300: #97E7F2;
--lavender-400: #61DAEA;
--lavender-500: #34D0E5;
--lavender-600: #1AB2C7;
--lavender-700: #158E9E;
--lavender-800: #0F6571;
--lavender-900: #094148;
--lavender-950: #06292D;
}