Lavender
#C1F3FB
CyanColor Codes
All color formats for development
HEX
#C1F3FBRGB
rgb(193, 243, 251)HSL
hsl(188, 88%, 87%)OKLCH
oklch(0.932 0.052 208.3)CMYK
cmyk(23%, 3%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97EBF8
2#6DE4F6
3#44DCF3
4#1AD4F0
5#0DB7D1
6#0B92A7
7#086E7D
8#054953
9#03252A
Tints
Lighter variations
1#C7F4FB
2#CDF6FC
3#D3F7FC
4#DAF8FD
5#E0F9FD
6#E6FAFD
7#ECFBFE
8#F3FDFE
9#F9FEFF
Tones
Muted variations
1#C4F1F8
2#C7EFF5
3#C9EDF2
4#CCEBEF
5#CFE9EC
6#D2E6EA
7#D5E4E7
8#D8E2E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F3 #C1F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EA #91EAF8 | BordersInactive statesPlaceholder text |
| 400 | 57DF #57DFF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D6 #27D6F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB9 #0DB9D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B93 #0B93A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0869 #086978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0543 #05434D | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFE;
--lavender-100: #DDF9FD;
--lavender-200: #C1F3FB;
--lavender-300: #91EAF8;
--lavender-400: #57DFF4;
--lavender-500: #27D6F1;
--lavender-600: #0DB9D3;
--lavender-700: #0B93A8;
--lavender-800: #086978;
--lavender-900: #05434D;
--lavender-950: #032A30;
}