Lavender
#C5EDF7
CyanColor Codes
All color formats for development
HEX
#C5EDF7RGB
rgb(197, 237, 247)HSL
hsl(192, 76%, 87%)OKLCH
oklch(0.921 0.044 214.6)CMYK
cmyk(20%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EE1F2
2#77D5EC
3#50C9E7
4#28BDE2
5#1BA2C3
6#15819C
7#106175
8#0B414E
9#052027
Tints
Lighter variations
1#CAEFF8
2#D0F1F9
3#D6F2F9
4#DCF4FA
5#E2F6FB
6#E8F8FC
7#EDFAFD
8#F3FBFD
9#F9FDFE
Tones
Muted variations
1#C7EBF5
2#CAEAF2
3#CCE8EF
4#CFE7ED
5#D1E5EA
6#D4E4E8
7#D6E2E5
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 | E0F5 #E0F5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5ED #C5EDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DF #98DFF1 | BordersInactive statesPlaceholder text |
| 400 | 62CE #62CEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35C1 #35C1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA3 #1BA3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1582 #15829D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5D #0F5D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3B #0A3B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FBFD;
--lavender-100: #E0F5FB;
--lavender-200: #C5EDF7;
--lavender-300: #98DFF1;
--lavender-400: #62CEEA;
--lavender-500: #35C1E3;
--lavender-600: #1BA3C5;
--lavender-700: #15829D;
--lavender-800: #0F5D70;
--lavender-900: #0A3B48;
--lavender-950: #06252D;
}