Lavender
#C6E1F6
BlueColor Codes
All color formats for development
HEX
#C6E1F6RGB
rgb(198, 225, 246)HSL
hsl(206, 73%, 87%)OKLCH
oklch(0.897 0.041 241.4)CMYK
cmyk(20%, 9%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FCDF0
2#79B9EA
3#53A5E4
4#2C91DE
5#1E7AC0
6#18619A
7#124973
8#0C314D
9#061826
Tints
Lighter variations
1#CBE4F7
2#D1E7F8
3#D7EAF9
4#DDEDFA
5#E2F0FB
6#E8F3FB
7#EEF6FC
8#F4F9FD
9#F9FCFE
Tones
Muted variations
1#C8E1F4
2#CAE0F1
3#CDE0EF
4#CFE0EC
5#D2DFEA
6#D4DFE8
7#D7DFE5
8#D9DEE3
9#DBDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E1 #C6E1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACA #9ACAEF | BordersInactive statesPlaceholder text |
| 400 | 65AE #65AEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3897 #3897E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E7B #1E7BC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1862 #18629A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1146 #11466E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2D #0B2D47 | Primary textHigh emphasis contentDark headings |
| 950 | 071C #071C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F8FD;
--lavender-100: #E0EFFA;
--lavender-200: #C6E1F6;
--lavender-300: #9ACAEF;
--lavender-400: #65AEE7;
--lavender-500: #3897E0;
--lavender-600: #1E7BC2;
--lavender-700: #18629A;
--lavender-800: #11466E;
--lavender-900: #0B2D47;
--lavender-950: #071C2C;
}