Lavender
#E1F4F9
CyanColor Codes
All color formats for development
HEX
#E1F4F9RGB
rgb(225, 244, 249)HSL
hsl(192, 67%, 93%)OKLCH
oklch(0.955 0.021 215.3)CMYK
cmyk(10%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAE6F1
2#92D8E9
3#6ACAE2
4#43BCDA
5#27A6C6
6#1F859E
7#176477
8#10424F
9#082128
Tints
Lighter variations
1#E4F5FA
2#E7F6FA
3#EAF8FB
4#EDF9FB
5#F0FAFC
6#F3FBFD
7#F6FCFD
8#F9FDFE
9#FCFEFE
Tones
Muted variations
1#E2F4F8
2#E4F3F7
3#E5F2F6
4#E6F1F4
5#E7F1F3
6#E8F0F2
7#EAEFF1
8#EBEFF0
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EB #C8EBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DDC #9DDCEC | BordersInactive statesPlaceholder text |
| 400 | 6ACA #6ACAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FBA #3FBAD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 259D #259DBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7D #1D7D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1559 #15596A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3944 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FAFC;
--lavender-100: #E1F4F9;
--lavender-200: #C8EBF4;
--lavender-300: #9DDCEC;
--lavender-400: #6ACAE2;
--lavender-500: #3FBAD9;
--lavender-600: #259DBB;
--lavender-700: #1D7D95;
--lavender-800: #15596A;
--lavender-900: #0D3944;
--lavender-950: #08242B;
}