Lavender
#CAD8F2
BlueColor Codes
All color formats for development
HEX
#CAD8F2RGB
rgb(202, 216, 242)HSL
hsl(219, 61%, 87%)OKLCH
oklch(0.88 0.039 262.9)CMYK
cmyk(17%, 11%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6BEE9
2#82A3E1
3#5E89D8
4#3B6FCF
5#2B5BB3
6#23498F
7#1A366B
8#112447
9#091224
Tints
Lighter variations
1#CFDCF3
2#D4E0F5
3#DAE4F6
4#DFE7F7
5#E4EBF9
6#EAEFFA
7#EFF3FB
8#F4F7FC
9#FAFBFE
Tones
Muted variations
1#CCD8F0
2#CED9EE
3#D0DAEC
4#D2DAEA
5#D4DBE8
6#D6DBE6
7#D8DCE4
8#DADDE2
9#DCDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BA #A1BAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F95 #6F95DC | Disabled statesSecondary iconsMuted text |
| 500 | 4677 #4677D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C5C #2C5CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2349 #234990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1934 #193467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F6FC;
--lavender-100: #E2EAF8;
--lavender-200: #CAD8F2;
--lavender-300: #A1BAE8;
--lavender-400: #6F95DC;
--lavender-500: #4677D2;
--lavender-600: #2C5CB5;
--lavender-700: #234990;
--lavender-800: #193467;
--lavender-900: #102142;
--lavender-950: #0A1529;
}