Lavender
#C6E8F6
BlueColor Codes
All color formats for development
HEX
#C6E8F6RGB
rgb(198, 232, 246)HSL
hsl(198, 73%, 87%)OKLCH
oklch(0.911 0.04 224.6)CMYK
cmyk(20%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FD8F0
2#79C8EA
3#53B8E4
4#2CA9DE
5#1E8FC0
6#18739A
7#125673
8#0C394D
9#061D26
Tints
Lighter variations
1#CBEAF7
2#D1ECF8
3#D7EFF9
4#DDF1FA
5#E2F3FB
6#E8F6FB
7#EEF8FC
8#F4FAFD
9#F9FDFE
Tones
Muted variations
1#C8E7F4
2#CAE6F1
3#CDE5EF
4#CFE4EC
5#D2E3EA
6#D4E2E8
7#D7E1E5
8#D9E0E3
9#DBDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E8 #C6E8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD5 #9AD5EF | BordersInactive statesPlaceholder text |
| 400 | 65C0 #65C0E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38AE #38AEE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E91 #1E91C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1873 #18739A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1152 #11526E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B35 #0B3547 | Primary textHigh emphasis contentDark headings |
| 950 | 0721 #07212C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FAFD;
--lavender-100: #E0F2FA;
--lavender-200: #C6E8F6;
--lavender-300: #9AD5EF;
--lavender-400: #65C0E7;
--lavender-500: #38AEE0;
--lavender-600: #1E91C2;
--lavender-700: #18739A;
--lavender-800: #11526E;
--lavender-900: #0B3547;
--lavender-950: #07212C;
}