Lavender
#E0F9FB
CyanColor Codes
All color formats for development
HEX
#E0F9FBRGB
rgb(224, 249, 251)HSL
hsl(184, 77%, 93%)OKLCH
oklch(0.965 0.026 202.6)CMYK
cmyk(11%, 1%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F1F5
2#8BE9F0
3#61E1EB
4#38DAE5
5#1BC6D2
6#169EA8
7#10777E
8#0B4F54
9#05282A
Tints
Lighter variations
1#E3FAFB
2#E6FAFC
3#E9FBFC
4#ECFBFD
5#EFFCFD
6#F2FDFD
7#F6FDFE
8#F9FEFE
9#FCFEFF
Tones
Muted variations
1#E1F8FA
2#E2F7F8
3#E4F5F7
4#E5F4F5
5#E6F3F4
6#E8F2F3
7#E9F1F1
8#EAF0F0
9#ECEEEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EB #97EBF2 | BordersInactive statesPlaceholder text |
| 400 | 61E1 #61E1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34D9 #34D9E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1ABB #1ABBC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1595 #15959E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6A #0F6A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094448 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFD;
--lavender-100: #DFF9FB;
--lavender-200: #C4F4F7;
--lavender-300: #97EBF2;
--lavender-400: #61E1EA;
--lavender-500: #34D9E5;
--lavender-600: #1ABBC7;
--lavender-700: #15959E;
--lavender-800: #0F6A71;
--lavender-900: #094448;
--lavender-950: #062B2D;
}