Lavender
#C5EBF7
CyanColor Codes
All color formats for development
HEX
#C5EBF7RGB
rgb(197, 235, 247)HSL
hsl(194, 76%, 87%)OKLCH
oklch(0.917 0.043 218.9)CMYK
cmyk(20%, 5%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EDEF2
2#77D1EC
3#50C4E7
4#28B7E2
5#1B9CC3
6#157D9C
7#105E75
8#0B3E4E
9#051F27
Tints
Lighter variations
1#CAEDF8
2#D0EFF9
3#D6F1F9
4#DCF3FA
5#E2F5FB
6#E8F7FC
7#EDF9FD
8#F3FBFD
9#F9FDFE
Tones
Muted variations
1#C7EAF5
2#CAE9F2
3#CCE7EF
4#CFE6ED
5#D1E5EA
6#D4E3E8
7#D6E2E5
8#D9E1E3
9#DBDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EB #C5EBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DC #98DCF1 | BordersInactive statesPlaceholder text |
| 400 | 62CA #62CAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35BB #35BBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9E #1B9EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157D #157D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5A #0F5A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A39 #0A3948 | Primary textHigh emphasis contentDark headings |
| 950 | 0624 #06242D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FAFD;
--lavender-100: #E0F4FB;
--lavender-200: #C5EBF7;
--lavender-300: #98DCF1;
--lavender-400: #62CAEA;
--lavender-500: #35BBE3;
--lavender-600: #1B9EC5;
--lavender-700: #157D9D;
--lavender-800: #0F5A70;
--lavender-900: #0A3948;
--lavender-950: #06242D;
}