Lavender
#E6F2F5
CyanColor Codes
All color formats for development
HEX
#E6F2F5RGB
rgb(230, 242, 245)HSL
hsl(192, 43%, 93%)OKLCH
oklch(0.953 0.013 214.4)CMYK
cmyk(6%, 1%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4E0E7
2#A2CFDA
3#80BDCC
4#5EABBF
5#4495AA
6#367788
7#295A66
8#1B3C44
9#0E1E22
Tints
Lighter variations
1#E8F3F6
2#EBF4F7
3#EDF6F8
4#F0F7F9
5#F2F8FA
6#F5FAFB
7#F7FBFC
8#FAFCFD
9#FCFEFE
Tones
Muted variations
1#E6F1F4
2#E7F1F3
3#E8F0F3
4#E9F0F2
5#E9EFF1
6#EAEFF0
7#EBEFEF
8#ECEEEF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD3 #ABD3DE | BordersInactive statesPlaceholder text |
| 400 | 7FBD #7FBDCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAA #5BAABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 408D #408DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3370 #337080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2450 #24505B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1733 #17333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FB;
--lavender-100: #E5F2F5;
--lavender-200: #D0E6EC;
--lavender-300: #ABD3DE;
--lavender-400: #7FBDCC;
--lavender-500: #5BAABE;
--lavender-600: #408DA0;
--lavender-700: #337080;
--lavender-800: #24505B;
--lavender-900: #17333A;
--lavender-950: #0F2024;
}