Lavender
#C1F0FB
CyanColor Codes
All color formats for development
HEX
#C1F0FBRGB
rgb(193, 240, 251)HSL
hsl(191, 88%, 87%)OKLCH
oklch(0.926 0.05 213.6)CMYK
cmyk(23%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97E7F8
2#6DDDF6
3#44D3F3
4#1AC9F0
5#0DADD1
6#0B8AA7
7#08687D
8#054553
9#03232A
Tints
Lighter variations
1#C7F2FB
2#CDF3FC
3#D3F5FC
4#DAF6FD
5#E0F8FD
6#E6F9FD
7#ECFBFE
8#F3FCFE
9#F9FEFF
Tones
Muted variations
1#C4EEF8
2#C7EDF5
3#C9EBF2
4#CCE9EF
5#CFE7EC
6#D2E5EA
7#D5E3E7
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 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F0 #C1F0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E5 #91E5F8 | BordersInactive statesPlaceholder text |
| 400 | 57D7 #57D7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27CC #27CCF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAF #0DAFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8B #0B8BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0863 #086378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0540 #05404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFE;
--lavender-100: #DDF7FD;
--lavender-200: #C1F0FB;
--lavender-300: #91E5F8;
--lavender-400: #57D7F4;
--lavender-500: #27CCF1;
--lavender-600: #0DAFD3;
--lavender-700: #0B8BA8;
--lavender-800: #086378;
--lavender-900: #05404D;
--lavender-950: #032830;
}