Lavender
#C0E7FC
BlueColor Codes
All color formats for development
HEX
#C0E7FCRGB
rgb(192, 231, 252)HSL
hsl(201, 91%, 87%)OKLCH
oklch(0.907 0.05 231.5)CMYK
cmyk(24%, 8%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95D7FA
2#6BC7F8
3#41B7F6
4#16A6F4
5#0A8DD4
6#0871A9
7#06557F
8#043855
9#021C2A
Tints
Lighter variations
1#C6E9FC
2#CCECFD
3#D3EEFD
4#D9F1FD
5#DFF3FE
6#E6F5FE
7#ECF8FE
8#F2FAFE
9#F9FDFF
Tones
Muted variations
1#C3E6F9
2#C6E5F6
3#C9E4F3
4#CCE3F0
5#CFE2ED
6#D2E1EA
7#D5E1E7
8#D8E0E4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD4 #8FD4FA | BordersInactive statesPlaceholder text |
| 400 | 55BE #55BEF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24AC #24ACF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A8F #0A8FD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0872 #0872AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0651 #06517A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344E | Primary textHigh emphasis contentDark headings |
| 950 | 0220 #022031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FE;
--lavender-100: #DDF2FD;
--lavender-200: #C0E7FC;
--lavender-300: #8FD4FA;
--lavender-400: #55BEF7;
--lavender-500: #24ACF5;
--lavender-600: #0A8FD6;
--lavender-700: #0872AA;
--lavender-800: #06517A;
--lavender-900: #04344E;
--lavender-950: #022031;
}