Lavender
#C0E3FC
BlueColor Codes
All color formats for development
HEX
#C0E3FCRGB
rgb(192, 227, 252)HSL
hsl(205, 91%, 87%)OKLCH
oklch(0.899 0.05 239.2)CMYK
cmyk(24%, 10%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95D0FA
2#6BBDF8
3#41AAF6
4#1698F4
5#0A80D4
6#0866A9
7#064D7F
8#043355
9#021A2A
Tints
Lighter variations
1#C6E6FC
2#CCE9FD
3#D3EBFD
4#D9EEFD
5#DFF1FE
6#E6F4FE
7#ECF7FE
8#F2F9FE
9#F9FCFF
Tones
Muted variations
1#C3E2F9
2#C6E2F6
3#C9E1F3
4#CCE1F0
5#CFE0ED
6#D2E0EA
7#D5DFE7
8#D8DFE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E3 #C0E3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FCD #8FCDFA | BordersInactive statesPlaceholder text |
| 400 | 55B3 #55B3F7 | Disabled statesSecondary iconsMuted text |
| 500 | 249E #249EF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A81 #0A81D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0867 #0867AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0649 #06497A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042F #042F4E | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FE;
--lavender-100: #DDF0FD;
--lavender-200: #C0E3FC;
--lavender-300: #8FCDFA;
--lavender-400: #55B3F7;
--lavender-500: #249EF5;
--lavender-600: #0A81D6;
--lavender-700: #0867AA;
--lavender-800: #06497A;
--lavender-900: #042F4E;
--lavender-950: #021D31;
}