Lavender
#C8E0F4
BlueColor Codes
All color formats for development
HEX
#C8E0F4RGB
rgb(200, 224, 244)HSL
hsl(207, 67%, 87%)OKLCH
oklch(0.895 0.038 243.3)CMYK
cmyk(18%, 8%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3CBED
2#7EB7E5
3#58A2DE
4#338DD7
5#2576B9
6#1D5F94
7#16476F
8#0F2F4A
9#071825
Tints
Lighter variations
1#CDE3F5
2#D3E6F6
3#D8E9F7
4#DEECF8
5#E3F0FA
6#E9F3FB
7#EEF6FC
8#F4F9FD
9#F9FCFE
Tones
Muted variations
1#CAE0F2
2#CCE0F0
3#CEDFED
4#D1DFEB
5#D3DFE9
6#D5DFE7
7#D7DFE5
8#D9DEE2
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E0 #C8E0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DC8 #9DC8EC | BordersInactive statesPlaceholder text |
| 400 | 6AAC #6AACE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F94 #3F94D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2578 #2578BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D5F #1D5F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1544 #15446A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C44 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F8FC;
--lavender-100: #E1EEF9;
--lavender-200: #C8E0F4;
--lavender-300: #9DC8EC;
--lavender-400: #6AACE2;
--lavender-500: #3F94D9;
--lavender-600: #2578BB;
--lavender-700: #1D5F95;
--lavender-800: #15446A;
--lavender-900: #0D2C44;
--lavender-950: #081B2B;
}