Lavender
#C6E6F5
BlueColor Codes
All color formats for development
HEX
#C6E6F5RGB
rgb(198, 230, 245)HSL
hsl(199, 70%, 87%)OKLCH
oklch(0.906 0.039 227.8)CMYK
cmyk(19%, 6%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1D6EE
2#7BC5E8
3#56B5E1
4#30A4DA
5#218BBD
6#1B7097
7#145471
8#0D384B
9#071C26
Tints
Lighter variations
1#CCE9F6
2#D2EBF7
3#D8EEF8
4#DDF0F9
5#E3F3FA
6#E8F5FB
7#EEF8FC
8#F4FAFD
9#F9FDFE
Tones
Muted variations
1#C9E6F3
2#CBE5F0
3#CEE4EE
4#D0E3EC
5#D2E2E9
6#D5E1E7
7#D7E0E5
8#D9E0E2
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E6 #C7E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD3 #9BD3ED | BordersInactive statesPlaceholder text |
| 400 | 67BD #67BDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CAA #3CAADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 228D #228DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B70 #1B7098 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1350 #13506C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C33 #0C3345 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F9FD;
--lavender-100: #E1F2FA;
--lavender-200: #C7E6F5;
--lavender-300: #9BD3ED;
--lavender-400: #67BDE4;
--lavender-500: #3CAADD;
--lavender-600: #228DBF;
--lavender-700: #1B7098;
--lavender-800: #13506C;
--lavender-900: #0C3345;
--lavender-950: #08202B;
}