Lavender
#C3E4F9
BlueColor Codes
All color formats for development
HEX
#C3E4F9RGB
rgb(195, 228, 249)HSL
hsl(203, 82%, 87%)OKLCH
oklch(0.902 0.045 235.9)CMYK
cmyk(22%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AD2F5
2#72C0F1
3#4AAEED
4#219CE9
5#1484CA
6#106AA2
7#0C4F79
8#083551
9#041A28
Tints
Lighter variations
1#C9E7FA
2#CFEAFA
3#D5ECFB
4#DBEFFB
5#E1F2FC
6#E7F4FD
7#EDF7FD
8#F3FAFE
9#F9FCFE
Tones
Muted variations
1#C5E4F6
2#C8E3F4
3#CBE2F1
4#CEE2EE
5#D0E1EB
6#D3E0E9
7#D6E0E6
8#D8DFE3
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E4 #C3E4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D0 #94D0F4 | BordersInactive statesPlaceholder text |
| 400 | 5DB7 #5DB7EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EA2 #2EA2EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1486 #1486CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 106A #106AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4C #0B4C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0731 #07314A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F9FE;
--lavender-100: #DFF1FC;
--lavender-200: #C3E4F9;
--lavender-300: #94D0F4;
--lavender-400: #5DB7EF;
--lavender-500: #2EA2EA;
--lavender-600: #1486CC;
--lavender-700: #106AA2;
--lavender-800: #0B4C74;
--lavender-900: #07314A;
--lavender-950: #051E2E;
}