Lavender
#C1DDFB
BlueColor Codes
All color formats for development
HEX
#C1DDFBRGB
rgb(193, 221, 251)HSL
hsl(211, 88%, 87%)OKLCH
oklch(0.887 0.051 250.2)CMYK
cmyk(23%, 12%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97C6F8
2#6DAFF6
3#4498F3
4#1A82F0
5#0D6CD1
6#0B56A7
7#08417D
8#052B53
9#03162A
Tints
Lighter variations
1#C7E0FB
2#CDE4FC
3#D3E7FC
4#DAEBFD
5#E0EEFD
6#E6F1FD
7#ECF5FE
8#F3F8FE
9#F9FCFF
Tones
Muted variations
1#C4DDF8
2#C7DDF5
3#C9DDF2
4#CCDDEF
5#CFDDEC
6#D2DDEA
7#D5DEE7
8#D8DEE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DD #C1DDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C3 #91C3F8 | BordersInactive statesPlaceholder text |
| 400 | 57A3 #57A3F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2789 #2789F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D6D #0D6DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B57 #0B57A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 083E #083E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0528 #05284D | Primary textHigh emphasis contentDark headings |
| 950 | 0319 #031930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F7FE;
--lavender-100: #DDEDFD;
--lavender-200: #C1DDFB;
--lavender-300: #91C3F8;
--lavender-400: #57A3F4;
--lavender-500: #2789F1;
--lavender-600: #0D6DD3;
--lavender-700: #0B57A8;
--lavender-800: #083E78;
--lavender-900: #05284D;
--lavender-950: #031930;
}