Lavender
#C0E5FC
BlueColor Codes
All color formats for development
HEX
#C0E5FCRGB
rgb(192, 229, 252)HSL
hsl(203, 91%, 87%)OKLCH
oklch(0.903 0.05 235.4)CMYK
cmyk(24%, 9%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95D3FA
2#6BC2F8
3#41B0F6
4#169FF4
5#0A86D4
6#086CA9
7#06517F
8#043655
9#021B2A
Tints
Lighter variations
1#C6E7FC
2#CCEAFD
3#D3EDFD
4#D9EFFD
5#DFF2FE
6#E6F5FE
7#ECF7FE
8#F2FAFE
9#F9FCFF
Tones
Muted variations
1#C3E4F9
2#C6E3F6
3#C9E3F3
4#CCE2F0
5#CFE1ED
6#D2E1EA
7#D5E0E7
8#D8DFE4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E5 #C0E5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD1 #8FD1FA | BordersInactive statesPlaceholder text |
| 400 | 55B9 #55B9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A5 #24A5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A88 #0A88D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 086C #086CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064D #064D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0431 #04314E | Primary textHigh emphasis contentDark headings |
| 950 | 021F #021F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FE;
--lavender-100: #DDF1FD;
--lavender-200: #C0E5FC;
--lavender-300: #8FD1FA;
--lavender-400: #55B9F7;
--lavender-500: #24A5F5;
--lavender-600: #0A88D6;
--lavender-700: #086CAA;
--lavender-800: #064D7A;
--lavender-900: #04314E;
--lavender-950: #021F31;
}