Lavender
#C3E1F8
BlueColor Codes
All color formats for development
HEX
#C3E1F8RGB
rgb(195, 225, 248)HSL
hsl(206, 79%, 87%)OKLCH
oklch(0.895 0.045 241.1)CMYK
cmyk(21%, 9%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CCDF3
2#74BAEF
3#4DA6EA
4#2592E5
5#177BC7
6#13629F
7#0E4A77
8#09314F
9#051928
Tints
Lighter variations
1#CAE4F9
2#D0E7F9
3#D5EAFA
4#DBEDFB
5#E1F0FC
6#E7F3FC
7#EDF6FD
8#F3F9FE
9#F9FCFE
Tones
Muted variations
1#C6E1F5
2#C9E1F3
3#CCE0F0
4#CEE0EE
5#D1E0EB
6#D3DFE8
7#D6DFE6
8#D9DFE3
9#DBDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E1 #C4E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CB #96CBF3 | BordersInactive statesPlaceholder text |
| 400 | 5FAF #5FAFEC | Disabled statesSecondary iconsMuted text |
| 500 | 3298 #3298E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 187C #187CC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1363 #1363A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D46 #0D4672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092D #092D49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FD;
--lavender-100: #DFEFFB;
--lavender-200: #C4E1F8;
--lavender-300: #96CBF3;
--lavender-400: #5FAFEC;
--lavender-500: #3298E7;
--lavender-600: #187CC9;
--lavender-700: #1363A0;
--lavender-800: #0D4672;
--lavender-900: #092D49;
--lavender-950: #051C2E;
}