Lavender
#C0DBFC
BlueColor Codes
All color formats for development
HEX
#C0DBFCRGB
rgb(192, 219, 252)HSL
hsl(213, 91%, 87%)OKLCH
oklch(0.882 0.054 253.6)CMYK
cmyk(24%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95C3FA
2#6BAAF8
3#4192F6
4#167AF4
5#0A65D4
6#0851A9
7#063C7F
8#042855
9#02142A
Tints
Lighter variations
1#C6DEFC
2#CCE2FD
3#D3E6FD
4#D9E9FD
5#DFEDFE
6#E6F1FE
7#ECF4FE
8#F2F8FE
9#F9FBFF
Tones
Muted variations
1#C3DBF9
2#C6DBF6
3#C9DCF3
4#CCDCF0
5#CFDCED
6#D2DDEA
7#D5DDE7
8#D8DDE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DB #C0DBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FBF #8FBFFA | BordersInactive statesPlaceholder text |
| 400 | 559E #559EF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2482 #2482F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A66 #0A66D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0851 #0851AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063A #063A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0425 #04254E | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F7FE;
--lavender-100: #DDECFD;
--lavender-200: #C0DBFC;
--lavender-300: #8FBFFA;
--lavender-400: #559EF7;
--lavender-500: #2482F5;
--lavender-600: #0A66D6;
--lavender-700: #0851AA;
--lavender-800: #063A7A;
--lavender-900: #04254E;
--lavender-950: #021731;
}