Lavender
#C0E0FB
BlueColor Codes
All color formats for development
HEX
#C0E0FBRGB
rgb(192, 224, 251)HSL
hsl(207, 88%, 87%)OKLCH
oklch(0.892 0.05 243.8)CMYK
cmyk(24%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97CDF8
2#6DB8F6
3#44A4F3
4#1A90F0
5#0D79D1
6#0B61A7
7#08487D
8#053053
9#03182A
Tints
Lighter variations
1#C7E4FB
2#CDE7FC
3#D3EAFC
4#DAEDFD
5#E0F0FD
6#E6F3FD
7#ECF6FE
8#F3F9FE
9#F9FCFF
Tones
Muted variations
1#C4E0F8
2#C7E0F5
3#C9E0F2
4#CCE0EF
5#CFDFEC
6#D2DFEA
7#D5DFE7
8#D8DEE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E1 #C1E1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CA #91CAF8 | BordersInactive statesPlaceholder text |
| 400 | 57AE #57AEF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2796 #2796F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7A #0D7AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B61 #0B61A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0845 #084578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052C #052C4D | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F8FE;
--lavender-100: #DDEFFD;
--lavender-200: #C1E1FB;
--lavender-300: #91CAF8;
--lavender-400: #57AEF4;
--lavender-500: #2796F1;
--lavender-600: #0D7AD3;
--lavender-700: #0B61A8;
--lavender-800: #084578;
--lavender-900: #052C4D;
--lavender-950: #031C30;
}