Lavender
#C1F5FB
CyanColor Codes
All color formats for development
HEX
#C1F5FBRGB
rgb(193, 245, 251)HSL
hsl(186, 88%, 87%)OKLCH
oklch(0.936 0.053 205)CMYK
cmyk(23%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97EFF8
2#6DE8F6
3#44E1F3
4#1ADBF0
5#0DBDD1
6#0B97A7
7#08717D
8#054C53
9#03262A
Tints
Lighter variations
1#C7F6FB
2#CDF7FC
3#D3F8FC
4#DAF9FD
5#E0FAFD
6#E6FBFD
7#ECFCFE
8#F3FDFE
9#F9FEFF
Tones
Muted variations
1#C4F3F8
2#C7F1F5
3#C9EEF2
4#CCECEF
5#CFEAEC
6#D2E7EA
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 | C1F5 #C1F5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EE #91EEF8 | BordersInactive statesPlaceholder text |
| 400 | 57E5 #57E5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27DD #27DDF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DBF #0DBFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B98 #0B98A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086D #086D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0546 #05464D | Primary textHigh emphasis contentDark headings |
| 950 | 032B #032B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFE;
--lavender-100: #DDFAFD;
--lavender-200: #C1F5FB;
--lavender-300: #91EEF8;
--lavender-400: #57E5F4;
--lavender-500: #27DDF1;
--lavender-600: #0DBFD3;
--lavender-700: #0B98A8;
--lavender-800: #086D78;
--lavender-900: #05464D;
--lavender-950: #032B30;
}