Lavender
#C5E1F7
BlueColor Codes
All color formats for development
HEX
#C5E1F7RGB
rgb(197, 225, 247)HSL
hsl(206, 76%, 87%)OKLCH
oklch(0.896 0.042 241.7)CMYK
cmyk(20%, 9%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9ECDF2
2#77B9EC
3#50A5E7
4#2891E2
5#1B7AC3
6#15629C
7#104975
8#0B314E
9#051827
Tints
Lighter variations
1#CAE4F8
2#D0E7F9
3#D6EAF9
4#DCEDFA
5#E2F0FB
6#E8F3FC
7#EDF6FD
8#F3F9FD
9#F9FCFE
Tones
Muted variations
1#C7E1F5
2#CAE1F2
3#CCE0EF
4#CFE0ED
5#D1E0EA
6#D4DFE8
7#D6DFE5
8#D9DFE3
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 | C5E1 #C5E1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CA #98CAF1 | BordersInactive statesPlaceholder text |
| 400 | 62AF #62AFEA | Disabled statesSecondary iconsMuted text |
| 500 | 3598 #3598E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B7C #1B7CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1562 #15629D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F46 #0F4670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2D #0A2D48 | Primary textHigh emphasis contentDark headings |
| 950 | 061C #061C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F8FD;
--lavender-100: #E0EFFB;
--lavender-200: #C5E1F7;
--lavender-300: #98CAF1;
--lavender-400: #62AFEA;
--lavender-500: #3598E3;
--lavender-600: #1B7CC5;
--lavender-700: #15629D;
--lavender-800: #0F4670;
--lavender-900: #0A2D48;
--lavender-950: #061C2D;
}