Lavender
#C4F2F8
CyanColor Codes
All color formats for development
HEX
#C4F2F8RGB
rgb(196, 242, 248)HSL
hsl(187, 79%, 87%)OKLCH
oklch(0.931 0.048 206.1)CMYK
cmyk(21%, 2%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CE9F3
2#74E0EF
3#4DD8EA
4#25CFE5
5#17B2C7
6#138E9F
7#0E6B77
8#09474F
9#052428
Tints
Lighter variations
1#CAF3F9
2#D0F5F9
3#D5F6FA
4#DBF7FB
5#E1F8FC
6#E7FAFC
7#EDFBFD
8#F3FCFE
9#F9FEFE
Tones
Muted variations
1#C6F0F5
2#C9EEF3
3#CCECF0
4#CEEAEE
5#D1E8EB
6#D3E6E8
7#D6E4E6
8#D9E2E3
9#DBE0E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F2 #C4F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E8 #96E8F3 | BordersInactive statesPlaceholder text |
| 400 | 5FDC #5FDCEC | Disabled statesSecondary iconsMuted text |
| 500 | 32D2 #32D2E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B4 #18B4C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138F #138FA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D66 #0D6672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0942 #094249 | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFD;
--lavender-100: #DFF8FB;
--lavender-200: #C4F2F8;
--lavender-300: #96E8F3;
--lavender-400: #5FDCEC;
--lavender-500: #32D2E7;
--lavender-600: #18B4C9;
--lavender-700: #138FA0;
--lavender-800: #0D6672;
--lavender-900: #094249;
--lavender-950: #05292E;
}