Lavender
#CAD3F2
BlueColor Codes
All color formats for development
HEX
#CAD3F2RGB
rgb(202, 211, 242)HSL
hsl(227, 61%, 87%)OKLCH
oklch(0.87 0.044 272.7)CMYK
cmyk(17%, 13%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6B5E9
2#8297E1
3#5E79D8
4#3B5BCF
5#2B49B3
6#233A8F
7#1A2C6B
8#111D47
9#090F24
Tints
Lighter variations
1#CFD7F3
2#D4DBF5
3#DAE0F6
4#DFE4F7
5#E4E9F9
6#EAEDFA
7#EFF2FB
8#F4F6FC
9#FAFBFE
Tones
Muted variations
1#CCD4F0
2#CED5EE
3#D0D6EC
4#D2D7EA
5#D4D8E8
6#D6D9E6
7#D8DAE4
8#DADCE2
9#DCDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD2 #CAD2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B0 #A1B0E8 | BordersInactive statesPlaceholder text |
| 400 | 6F87 #6F87DC | Disabled statesSecondary iconsMuted text |
| 500 | 4665 #4665D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C49 #2C49B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233A #233A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192A #192A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101B #101B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A11 #0A1129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F5FC;
--lavender-100: #E2E7F8;
--lavender-200: #CAD2F2;
--lavender-300: #A1B0E8;
--lavender-400: #6F87DC;
--lavender-500: #4665D2;
--lavender-600: #2C49B5;
--lavender-700: #233A90;
--lavender-800: #192A67;
--lavender-900: #101B42;
--lavender-950: #0A1129;
}