Lavender
#C7DFF5
BlueColor Codes
All color formats for development
HEX
#C7DFF5RGB
rgb(199, 223, 245)HSL
hsl(209, 70%, 87%)OKLCH
oklch(0.893 0.04 245.9)CMYK
cmyk(19%, 9%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1C9EE
2#7BB3E8
3#569EE1
4#3088DA
5#2172BD
6#1B5B97
7#144471
8#0D2D4B
9#071726
Tints
Lighter variations
1#CCE2F6
2#D2E5F7
3#D8E8F8
4#DDECF9
5#E3EFFA
6#E8F2FB
7#EEF5FC
8#F4F9FD
9#F9FCFE
Tones
Muted variations
1#C9DFF3
2#CBDEF0
3#CEDEEE
4#D0DEEC
5#D2DEE9
6#D5DEE7
7#D7DEE5
8#D9DEE2
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC6 #9BC6ED | BordersInactive statesPlaceholder text |
| 400 | 67A8 #67A8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C8F #3C8FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2273 #2273BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5B #1B5B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1341 #13416C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2A #0C2A45 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F8FD;
--lavender-100: #E1EEFA;
--lavender-200: #C7DFF5;
--lavender-300: #9BC6ED;
--lavender-400: #67A8E4;
--lavender-500: #3C8FDD;
--lavender-600: #2273BF;
--lavender-700: #1B5B98;
--lavender-800: #13416C;
--lavender-900: #0C2A45;
--lavender-950: #081A2B;
}