Lavender
#C6E5F6
BlueColor Codes
All color formats for development
HEX
#C6E5F6RGB
rgb(198, 229, 246)HSL
hsl(201, 73%, 87%)OKLCH
oklch(0.905 0.04 231.8)CMYK
cmyk(20%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FD4F0
2#79C2EA
3#53B1E4
4#2CA0DE
5#1E87C0
6#186C9A
7#125173
8#0C364D
9#061B26
Tints
Lighter variations
1#CBE8F7
2#D1EAF8
3#D7EDF9
4#DDEFFA
5#E2F2FB
6#E8F5FB
7#EEF7FC
8#F4FAFD
9#F9FCFE
Tones
Muted variations
1#C8E4F4
2#CAE4F1
3#CDE3EF
4#CFE2EC
5#D2E1EA
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 | C6E5 #C6E5F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD1 #9AD1EF | BordersInactive statesPlaceholder text |
| 400 | 65B9 #65B9E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A5 #38A5E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E89 #1E89C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 186D #186D9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114E #114E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B32 #0B3247 | Primary textHigh emphasis contentDark headings |
| 950 | 071F #071F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F9FD;
--lavender-100: #E0F1FA;
--lavender-200: #C6E5F6;
--lavender-300: #9AD1EF;
--lavender-400: #65B9E7;
--lavender-500: #38A5E0;
--lavender-600: #1E89C2;
--lavender-700: #186D9A;
--lavender-800: #114E6E;
--lavender-900: #0B3247;
--lavender-950: #071F2C;
}