Lavender
#C0ECFC
BlueColor Codes
All color formats for development
HEX
#C0ECFCRGB
rgb(192, 236, 252)HSL
hsl(196, 91%, 87%)OKLCH
oklch(0.917 0.05 222)CMYK
cmyk(24%, 6%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95DFFA
2#6BD2F8
3#41C6F6
4#16B9F4
5#0A9ED4
6#087EA9
7#065F7F
8#043F55
9#02202A
Tints
Lighter variations
1#C6EEFC
2#CCF0FD
3#D3F2FD
4#D9F4FD
5#DFF5FE
6#E6F7FE
7#ECF9FE
8#F2FBFE
9#F9FDFF
Tones
Muted variations
1#C3EBF9
2#C6E9F6
3#C9E8F3
4#CCE6F0
5#CFE5ED
6#D2E3EA
7#D5E2E7
8#D8E1E4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EC #C0ECFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDD #8FDDFA | BordersInactive statesPlaceholder text |
| 400 | 55CC #55CCF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24BD #24BDF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AA0 #0AA0D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 087F #087FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065B #065B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043A #043A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FBFE;
--lavender-100: #DDF5FD;
--lavender-200: #C0ECFC;
--lavender-300: #8FDDFA;
--lavender-400: #55CCF7;
--lavender-500: #24BDF5;
--lavender-600: #0AA0D6;
--lavender-700: #087FAA;
--lavender-800: #065B7A;
--lavender-900: #043A4E;
--lavender-950: #022431;
}