Lavender
#C9ECF3
CyanColor Codes
All color formats for development
HEX
#C9ECF3RGB
rgb(201, 236, 243)HSL
hsl(190, 64%, 87%)OKLCH
oklch(0.92 0.038 211.1)CMYK
cmyk(17%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4DFEB
2#80D3E3
3#5BC6DB
4#37B9D3
5#289EB6
6#207F92
7#185F6D
8#103F49
9#082024
Tints
Lighter variations
1#CEEEF4
2#D4F0F5
3#D9F2F7
4#DEF4F8
5#E4F5F9
6#E9F7FA
7#EFF9FB
8#F4FBFD
9#FAFDFE
Tones
Muted variations
1#CBEBF1
2#CDE9EF
3#CFE8ED
4#D1E6EB
5#D3E5E8
6#D5E4E6
7#D7E2E4
8#DAE1E2
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EC #C9ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDD #9FDDEA | BordersInactive statesPlaceholder text |
| 400 | 6DCC #6DCCDF | Disabled statesSecondary iconsMuted text |
| 500 | 43BD #43BDD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A0 #28A0B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207F #207F92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175B #175B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3A #0F3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FBFC;
--lavender-100: #E2F5F9;
--lavender-200: #C9ECF3;
--lavender-300: #9FDDEA;
--lavender-400: #6DCCDF;
--lavender-500: #43BDD6;
--lavender-600: #28A0B8;
--lavender-700: #207F92;
--lavender-800: #175B69;
--lavender-900: #0F3A43;
--lavender-950: #09242A;
}