Lavender
#C0F7FB
CyanColor Codes
All color formats for development
HEX
#C0F7FBRGB
rgb(192, 247, 251)HSL
hsl(184, 88%, 87%)OKLCH
oklch(0.94 0.056 201.8)CMYK
cmyk(24%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97F2F8
2#6DEDF6
3#44E7F3
4#1AE2F0
5#0DC4D1
6#0B9CA7
7#08757D
8#054E53
9#03272A
Tints
Lighter variations
1#C7F8FB
2#CDF9FC
3#D3F9FC
4#DAFAFD
5#E0FBFD
6#E6FCFD
7#ECFDFE
8#F3FDFE
9#F9FEFF
Tones
Muted variations
1#C4F5F8
2#C7F2F5
3#C9F0F2
4#CCEDEF
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 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F7 #C1F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F1 #91F1F8 | BordersInactive statesPlaceholder text |
| 400 | 57EA #57EAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E4 #27E4F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC6 #0DC6D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9D #0B9DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0870 #087078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0548 #05484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFE;
--lavender-100: #DDFBFD;
--lavender-200: #C1F7FB;
--lavender-300: #91F1F8;
--lavender-400: #57EAF4;
--lavender-500: #27E4F1;
--lavender-600: #0DC6D3;
--lavender-700: #0B9DA8;
--lavender-800: #087078;
--lavender-900: #05484D;
--lavender-950: #032D30;
}