Lavender
#C6E7F6
BlueColor Codes
All color formats for development
HEX
#C6E7F6RGB
rgb(198, 231, 246)HSL
hsl(199, 73%, 87%)OKLCH
oklch(0.909 0.04 227)CMYK
cmyk(20%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FD6F0
2#79C6EA
3#53B6E4
4#2CA6DE
5#1E8DC0
6#18709A
7#125473
8#0C384D
9#061C26
Tints
Lighter variations
1#CBE9F7
2#D1ECF8
3#D7EEF9
4#DDF0FA
5#E2F3FB
6#E8F5FB
7#EEF8FC
8#F4FAFD
9#F9FDFE
Tones
Muted variations
1#C8E6F4
2#CAE5F1
3#CDE4EF
4#CFE3EC
5#D2E2EA
6#D4E1E8
7#D7E1E5
8#D9E0E3
9#DBDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E7 #C6E7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD4 #9AD4EF | BordersInactive statesPlaceholder text |
| 400 | 65BE #65BEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38AB #38ABE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E8E #1E8EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1871 #18719A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1151 #11516E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B34 #0B3447 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F9FD;
--lavender-100: #E0F2FA;
--lavender-200: #C6E7F6;
--lavender-300: #9AD4EF;
--lavender-400: #65BEE7;
--lavender-500: #38ABE0;
--lavender-600: #1E8EC2;
--lavender-700: #18719A;
--lavender-800: #11516E;
--lavender-900: #0B3447;
--lavender-950: #07202C;
}