Lavender
#C3E3F9
BlueColor Codes
All color formats for development
HEX
#C3E3F9RGB
rgb(195, 227, 249)HSL
hsl(204, 82%, 87%)OKLCH
oklch(0.9 0.045 238.1)CMYK
cmyk(22%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AD1F5
2#72BEF1
3#4AACED
4#2199E9
5#1481CA
6#1067A2
7#0C4D79
8#083451
9#041A28
Tints
Lighter variations
1#C9E6FA
2#CFE9FA
3#D5ECFB
4#DBEEFB
5#E1F1FC
6#E7F4FD
7#EDF7FD
8#F3F9FE
9#F9FCFE
Tones
Muted variations
1#C5E3F6
2#C8E2F4
3#CBE2F1
4#CEE1EE
5#D0E1EB
6#D3E0E9
7#D6DFE6
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 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E3 #C3E3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CE #94CEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB4 #5DB4EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E9F #2E9FEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1483 #1483CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1068 #1068A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4A #0B4A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072F #072F4A | 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: #DFF0FC;
--lavender-200: #C3E3F9;
--lavender-300: #94CEF4;
--lavender-400: #5DB4EF;
--lavender-500: #2E9FEA;
--lavender-600: #1483CC;
--lavender-700: #1068A2;
--lavender-800: #0B4A74;
--lavender-900: #072F4A;
--lavender-950: #051E2E;
}