Lavender
#C0CDFB
BlueColor Codes
All color formats for development
HEX
#C0CDFBRGB
rgb(192, 205, 251)HSL
hsl(227, 88%, 87%)OKLCH
oklch(0.854 0.066 272.6)CMYK
cmyk(24%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97ACF8
2#6D8BF6
3#446AF3
4#1A48F0
5#0D38D1
6#0B2CA7
7#08217D
8#051653
9#030B2A
Tints
Lighter variations
1#C7D2FB
2#CDD7FC
3#D3DCFC
4#DAE1FD
5#E0E6FD
6#E6EBFD
7#ECF0FE
8#F3F5FE
9#F9FAFF
Tones
Muted variations
1#C4CFF8
2#C7D1F5
3#C9D2F2
4#CCD4EF
5#CFD6EC
6#D2D7EA
7#D5D9E7
8#D8DBE4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CD #C1CDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A7 #91A7F8 | BordersInactive statesPlaceholder text |
| 400 | 5779 #5779F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2753 #2753F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D38 #0D38D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B2D #0B2DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0820 #082078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0514 #05144D | Primary textHigh emphasis contentDark headings |
| 950 | 030D #030D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F4FE;
--lavender-100: #DDE4FD;
--lavender-200: #C1CDFB;
--lavender-300: #91A7F8;
--lavender-400: #5779F4;
--lavender-500: #2753F1;
--lavender-600: #0D38D3;
--lavender-700: #0B2DA8;
--lavender-800: #082078;
--lavender-900: #05144D;
--lavender-950: #030D30;
}