Lavender
#C4E0F7
BlueColor Codes
All color formats for development
HEX
#C4E0F7RGB
rgb(196, 224, 247)HSL
hsl(207, 76%, 87%)OKLCH
oklch(0.893 0.043 243)CMYK
cmyk(21%, 9%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9ECCF2
2#77B7EC
3#50A3E7
4#288EE2
5#1B77C3
6#155F9C
7#104875
8#0B304E
9#051827
Tints
Lighter variations
1#CAE3F8
2#D0E6F9
3#D6EAF9
4#DCEDFA
5#E2F0FB
6#E8F3FC
7#EDF6FD
8#F3F9FD
9#F9FCFE
Tones
Muted variations
1#C7E0F5
2#CAE0F2
3#CCE0EF
4#CFDFED
5#D1DFEA
6#D4DFE8
7#D6DFE5
8#D9DEE3
9#DBDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E0 #C5E0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C9 #98C9F1 | BordersInactive statesPlaceholder text |
| 400 | 62AD #62ADEA | Disabled statesSecondary iconsMuted text |
| 500 | 3595 #3595E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B79 #1B79C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1560 #15609D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F45 #0F4570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2C #0A2C48 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F8FD;
--lavender-100: #E0EFFB;
--lavender-200: #C5E0F7;
--lavender-300: #98C9F1;
--lavender-400: #62ADEA;
--lavender-500: #3595E3;
--lavender-600: #1B79C5;
--lavender-700: #15609D;
--lavender-800: #0F4570;
--lavender-900: #0A2C48;
--lavender-950: #061B2D;
}