Lavender
#C1F6FB
CyanColor Codes
All color formats for development
HEX
#C1F6FBRGB
rgb(193, 246, 251)HSL
hsl(185, 88%, 87%)OKLCH
oklch(0.938 0.054 203.4)CMYK
cmyk(23%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97F0F8
2#6DEAF6
3#44E4F3
4#1ADEF0
5#0DC0D1
6#0B9AA7
7#08737D
8#054D53
9#03262A
Tints
Lighter variations
1#C7F7FB
2#CDF8FC
3#D3F9FC
4#DAFAFD
5#E0FBFD
6#E6FBFD
7#ECFCFE
8#F3FDFE
9#F9FEFF
Tones
Muted variations
1#C4F4F8
2#C7F1F5
3#C9EFF2
4#CCECEF
5#CFEAEC
6#D2E8EA
7#D5E5E7
8#D8E3E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF8 | BordersInactive statesPlaceholder text |
| 400 | 57E7 #57E7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E0 #27E0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC2 #0DC2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9B #0B9BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0547 #05474D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFE;
--lavender-100: #DDFAFD;
--lavender-200: #C1F6FB;
--lavender-300: #91EFF8;
--lavender-400: #57E7F4;
--lavender-500: #27E0F1;
--lavender-600: #0DC2D3;
--lavender-700: #0B9BA8;
--lavender-800: #086E78;
--lavender-900: #05474D;
--lavender-950: #032C30;
}