Lavender
#C3F6F8
CyanColor Codes
All color formats for development
HEX
#C3F6F8RGB
rgb(195, 246, 248)HSL
hsl(182, 79%, 87%)OKLCH
oklch(0.939 0.052 199.3)CMYK
cmyk(21%, 1%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CF0F3
2#74EBEF
3#4DE5EA
4#25DFE5
5#17C1C7
6#139A9F
7#0E7477
8#094D4F
9#052728
Tints
Lighter variations
1#CAF7F9
2#D0F8F9
3#D5F9FA
4#DBFAFB
5#E1FBFC
6#E7FCFC
7#EDFCFD
8#F3FDFE
9#F9FEFE
Tones
Muted variations
1#C6F4F5
2#C9F1F3
3#CCEFF0
4#CEEDEE
5#D1EAEB
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 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F6 #C4F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F0 #96F0F3 | BordersInactive statesPlaceholder text |
| 400 | 5FE8 #5FE8EC | Disabled statesSecondary iconsMuted text |
| 500 | 32E1 #32E1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C3 #18C3C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 139B #139BA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6F #0D6F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0947 #094749 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFD;
--lavender-100: #DFFAFB;
--lavender-200: #C4F6F8;
--lavender-300: #96F0F3;
--lavender-400: #5FE8EC;
--lavender-500: #32E1E7;
--lavender-600: #18C3C9;
--lavender-700: #139BA0;
--lavender-800: #0D6F72;
--lavender-900: #094749;
--lavender-950: #052C2E;
}