Lavender
#C4EEF7
CyanColor Codes
All color formats for development
HEX
#C4EEF7RGB
rgb(196, 238, 247)HSL
hsl(191, 76%, 87%)OKLCH
oklch(0.922 0.045 212.1)CMYK
cmyk(21%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EE2F2
2#77D7EC
3#50CBE7
4#28C0E2
5#1BA4C3
6#15839C
7#106375
8#0B424E
9#052127
Tints
Lighter variations
1#CAF0F8
2#D0F1F9
3#D6F3F9
4#DCF5FA
5#E2F6FB
6#E8F8FC
7#EDFAFD
8#F3FCFD
9#F9FDFE
Tones
Muted variations
1#C7ECF5
2#CAEBF2
3#CCE9EF
4#CFE7ED
5#D1E6EA
6#D4E4E8
7#D6E3E5
8#D9E1E3
9#DBDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EE #C5EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E1 #98E1F1 | BordersInactive statesPlaceholder text |
| 400 | 62D1 #62D1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35C3 #35C3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA6 #1BA6C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1584 #15849D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5E #0F5E70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3C #0A3C48 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FBFD;
--lavender-100: #E0F6FB;
--lavender-200: #C5EEF7;
--lavender-300: #98E1F1;
--lavender-400: #62D1EA;
--lavender-500: #35C3E3;
--lavender-600: #1BA6C5;
--lavender-700: #15849D;
--lavender-800: #0F5E70;
--lavender-900: #0A3C48;
--lavender-950: #06262D;
}