Lavender
#C6E0F6
BlueColor Codes
All color formats for development
HEX
#C6E0F6RGB
rgb(198, 224, 246)HSL
hsl(208, 73%, 87%)OKLCH
oklch(0.895 0.041 243.7)CMYK
cmyk(20%, 9%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FCAF0
2#79B5EA
3#53A0E4
4#2C8BDE
5#1E74C0
6#185D9A
7#124673
8#0C2F4D
9#061726
Tints
Lighter variations
1#CBE3F7
2#D1E6F8
3#D7E9F9
4#DDECFA
5#E2EFFB
6#E8F2FB
7#EEF6FC
8#F4F9FD
9#F9FCFE
Tones
Muted variations
1#C8DFF4
2#CADFF1
3#CDDFEF
4#CFDFEC
5#D2DFEA
6#D4DEE8
7#D7DEE5
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 | E0EE #E0EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DF #C6DFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC7 #9AC7EF | BordersInactive statesPlaceholder text |
| 400 | 65AA #65AAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3892 #3892E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E76 #1E76C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 185E #185E9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1143 #11436E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2B #0B2B47 | Primary textHigh emphasis contentDark headings |
| 950 | 071B #071B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F8FD;
--lavender-100: #E0EEFA;
--lavender-200: #C6DFF6;
--lavender-300: #9AC7EF;
--lavender-400: #65AAE7;
--lavender-500: #3892E0;
--lavender-600: #1E76C2;
--lavender-700: #185E9A;
--lavender-800: #11436E;
--lavender-900: #0B2B47;
--lavender-950: #071B2C;
}