Lavender
#C0D7FB
BlueColor Codes
All color formats for development
HEX
#C0D7FBRGB
rgb(192, 215, 251)HSL
hsl(217, 88%, 87%)OKLCH
oklch(0.874 0.056 259.3)CMYK
cmyk(24%, 14%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97BCF8
2#6DA2F6
3#4487F3
4#1A6CF0
5#0D58D1
6#0B47A7
7#08357D
8#052353
9#03122A
Tints
Lighter variations
1#C7DBFB
2#CDDFFC
3#D3E3FC
4#DAE7FD
5#E0EBFD
6#E6EFFD
7#ECF3FE
8#F3F7FE
9#F9FBFF
Tones
Muted variations
1#C4D8F8
2#C7D8F5
3#C9D9F2
4#CCDAEF
5#CFDAEC
6#D2DBEA
7#D5DCE7
8#D8DCE4
9#DBDDE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D7 #C1D7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B8 #91B8F8 | BordersInactive statesPlaceholder text |
| 400 | 5793 #5793F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2775 #2775F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D59 #0D59D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B47 #0B47A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0833 #083378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0520 #05204D | Primary textHigh emphasis contentDark headings |
| 950 | 0314 #031430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F6FE;
--lavender-100: #DDE9FD;
--lavender-200: #C1D7FB;
--lavender-300: #91B8F8;
--lavender-400: #5793F4;
--lavender-500: #2775F1;
--lavender-600: #0D59D3;
--lavender-700: #0B47A8;
--lavender-800: #083378;
--lavender-900: #05204D;
--lavender-950: #031430;
}