Lavender
#C8E0F3
BlueColor Codes
All color formats for development
HEX
#C8E0F3RGB
rgb(200, 224, 243)HSL
hsl(207, 64%, 87%)OKLCH
oklch(0.895 0.037 241.8)CMYK
cmyk(18%, 8%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4CBEB
2#80B6E3
3#5BA2DB
4#378DD3
5#2876B6
6#205E92
7#18476D
8#102F49
9#081824
Tints
Lighter variations
1#CEE3F4
2#D4E6F5
3#D9E9F7
4#DEECF8
5#E4EFF9
6#E9F3FA
7#EFF6FB
8#F4F9FD
9#FAFCFE
Tones
Muted variations
1#CBE0F1
2#CDE0EF
3#CFDFED
4#D1DFEB
5#D3DFE8
6#D5DFE6
7#D7DEE4
8#DADEE2
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E0 #C9E0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC8 #9FC8EA | BordersInactive statesPlaceholder text |
| 400 | 6DAB #6DABDF | Disabled statesSecondary iconsMuted text |
| 500 | 4394 #4394D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2877 #2877B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 205F #205F92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1744 #174469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2B #0F2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F8FC;
--lavender-100: #E2EEF9;
--lavender-200: #C9E0F3;
--lavender-300: #9FC8EA;
--lavender-400: #6DABDF;
--lavender-500: #4394D6;
--lavender-600: #2877B8;
--lavender-700: #205F92;
--lavender-800: #174469;
--lavender-900: #0F2B43;
--lavender-950: #091B2A;
}