Lavender
#C6E6F6
BlueColor Codes
All color formats for development
HEX
#C6E6F6RGB
rgb(198, 230, 246)HSL
hsl(200, 73%, 87%)OKLCH
oklch(0.907 0.04 229.4)CMYK
cmyk(20%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FD5F0
2#79C4EA
3#53B4E4
4#2CA3DE
5#1E8AC0
6#186E9A
7#125373
8#0C374D
9#061C26
Tints
Lighter variations
1#CBE8F7
2#D1EBF8
3#D7EDF9
4#DDF0FA
5#E2F2FB
6#E8F5FB
7#EEF7FC
8#F4FAFD
9#F9FCFE
Tones
Muted variations
1#C8E5F4
2#CAE4F1
3#CDE3EF
4#CFE3EC
5#D2E2EA
6#D4E1E8
7#D7E0E5
8#D9DFE3
9#DBDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E6 #C6E6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD3 #9AD3EF | BordersInactive statesPlaceholder text |
| 400 | 65BB #65BBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A8 #38A8E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E8C #1E8CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 186F #186F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114F #114F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B33 #0B3347 | 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: #E0F1FA;
--lavender-200: #C6E6F6;
--lavender-300: #9AD3EF;
--lavender-400: #65BBE7;
--lavender-500: #38A8E0;
--lavender-600: #1E8CC2;
--lavender-700: #186F9A;
--lavender-800: #114F6E;
--lavender-900: #0B3347;
--lavender-950: #07202C;
}