Lavender
#E3F0F7
BlueColor Codes
All color formats for development
HEX
#E3F0F7RGB
rgb(227, 240, 247)HSL
hsl(201, 56%, 93%)OKLCH
oklch(0.947 0.017 230.9)CMYK
cmyk(8%, 3%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEDCED
2#99C9E2
3#74B5D8
4#4FA1CD
5#348AB9
6#2A6F94
7#1F536F
8#15374A
9#0A1C25
Tints
Lighter variations
1#E6F2F8
2#E9F3F9
3#ECF5FA
4#EEF6FA
5#F1F8FB
6#F4F9FC
7#F7FBFD
8#F9FCFD
9#FCFEFE
Tones
Muted variations
1#E4F0F6
2#E5F0F5
3#E6EFF4
4#E7EFF3
5#E8EFF2
6#E9EEF1
7#EAEEF0
8#EBEEEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE3 #CBE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CE #A4CEE5 | BordersInactive statesPlaceholder text |
| 400 | 74B5 #74B5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA0 #4CA0CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3183 #3183AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2768 #27688B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4A #1C4A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #123040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F9FC;
--lavender-100: #E3F0F7;
--lavender-200: #CBE3F0;
--lavender-300: #A4CEE5;
--lavender-400: #74B5D8;
--lavender-500: #4CA0CD;
--lavender-600: #3183AF;
--lavender-700: #27688B;
--lavender-800: #1C4A63;
--lavender-900: #123040;
--lavender-950: #0B1E28;
}