Lavender
#E6F1F5
BlueColor Codes
All color formats for development
HEX
#E6F1F5RGB
rgb(230, 241, 245)HSL
hsl(196, 43%, 93%)OKLCH
oklch(0.951 0.013 221.4)CMYK
cmyk(6%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4DEE7
2#A2CBDA
3#80B8CC
4#5EA5BF
5#448EAA
6#367288
7#295566
8#1B3944
9#0E1C22
Tints
Lighter variations
1#E8F2F6
2#EBF4F7
3#EDF5F8
4#F0F6F9
5#F2F8FA
6#F5F9FB
7#F7FBFC
8#FAFCFD
9#FCFEFE
Tones
Muted variations
1#E6F0F4
2#E7F0F3
3#E8F0F3
4#E9EFF2
5#E9EFF1
6#EAEFF0
7#EBEEEF
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 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E5 #D0E5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD0 #ABD0DE | BordersInactive statesPlaceholder text |
| 400 | 7FB8 #7FB8CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BA3 #5BA3BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4087 #4087A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 336B #336B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244D #244D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1731 #17313A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FB;
--lavender-100: #E5F1F5;
--lavender-200: #D0E5EC;
--lavender-300: #ABD0DE;
--lavender-400: #7FB8CC;
--lavender-500: #5BA3BE;
--lavender-600: #4087A0;
--lavender-700: #336B80;
--lavender-800: #244D5B;
--lavender-900: #17313A;
--lavender-950: #0F1F24;
}