Lavender
#C3F7F8
CyanColor Codes
All color formats for development
HEX
#C3F7F8RGB
rgb(195, 247, 248)HSL
hsl(181, 79%, 87%)OKLCH
oklch(0.941 0.053 197.8)CMYK
cmyk(21%, 0%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF2F3
2#74EDEF
3#4DE7EA
4#25E2E5
5#17C4C7
6#139D9F
7#0E7577
8#094E4F
9#052728
Tints
Lighter variations
1#CAF8F9
2#D0F9F9
3#D5FAFA
4#DBFAFB
5#E1FBFC
6#E7FCFC
7#EDFDFD
8#F3FDFE
9#F9FEFE
Tones
Muted variations
1#C6F5F5
2#C9F2F3
3#CCF0F0
4#CEEDEE
5#D1EBEB
6#D3E8E8
7#D6E5E6
8#D9E3E3
9#DBE0E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F1 #96F1F3 | BordersInactive statesPlaceholder text |
| 400 | 5FEA #5FEAEC | Disabled statesSecondary iconsMuted text |
| 500 | 32E4 #32E4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C6 #18C6C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 139D #139DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D70 #0D7072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094849 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFD;
--lavender-100: #DFFBFB;
--lavender-200: #C4F7F8;
--lavender-300: #96F1F3;
--lavender-400: #5FEAEC;
--lavender-500: #32E4E7;
--lavender-600: #18C6C9;
--lavender-700: #139DA0;
--lavender-800: #0D7072;
--lavender-900: #094849;
--lavender-950: #052D2E;
}