Lavender
#C1F4FB
CyanColor Codes
All color formats for development
HEX
#C1F4FBRGB
rgb(193, 244, 251)HSL
hsl(187, 88%, 87%)OKLCH
oklch(0.934 0.053 206.6)CMYK
cmyk(23%, 3%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97EDF8
2#6DE6F6
3#44DFF3
4#1AD7F0
5#0DBAD1
6#0B95A7
7#086F7D
8#054A53
9#03252A
Tints
Lighter variations
1#C7F5FB
2#CDF6FC
3#D3F7FC
4#DAF9FD
5#E0FAFD
6#E6FBFD
7#ECFCFE
8#F3FDFE
9#F9FEFF
Tones
Muted variations
1#C4F2F8
2#C7F0F5
3#C9EEF2
4#CCEBEF
5#CFE9EC
6#D2E7EA
7#D5E5E7
8#D8E2E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F4 #C1F4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EC #91ECF8 | BordersInactive statesPlaceholder text |
| 400 | 57E2 #57E2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27DA #27DAF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DBC #0DBCD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B95 #0B95A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086B #086B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0544 #05444D | 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: #DDF9FD;
--lavender-200: #C1F4FB;
--lavender-300: #91ECF8;
--lavender-400: #57E2F4;
--lavender-500: #27DAF1;
--lavender-600: #0DBCD3;
--lavender-700: #0B95A8;
--lavender-800: #086B78;
--lavender-900: #05444D;
--lavender-950: #032B30;
}