Lavender
#C3F1F9
CyanColor Codes
All color formats for development
HEX
#C3F1F9RGB
rgb(195, 241, 249)HSL
hsl(189, 82%, 87%)OKLCH
oklch(0.929 0.048 209.3)CMYK
cmyk(22%, 3%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AE7F5
2#72DEF1
3#4AD5ED
4#21CBE9
5#14AFCA
6#108CA2
7#0C6979
8#084651
9#042328
Tints
Lighter variations
1#C9F2FA
2#CFF4FA
3#D5F5FB
4#DBF7FB
5#E1F8FC
6#E7F9FD
7#EDFBFD
8#F3FCFE
9#F9FEFE
Tones
Muted variations
1#C5EFF6
2#C8EDF4
3#CBEBF1
4#CEE9EE
5#D0E7EB
6#D3E5E9
7#D6E4E6
8#D8E2E3
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F1 #C3F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E6 #94E6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD9 #5DD9EF | Disabled statesSecondary iconsMuted text |
| 500 | 2ECE #2ECEEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14B1 #14B1CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 108C #108CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B64 #0B6474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0740 #07404A | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFE;
--lavender-100: #DFF7FC;
--lavender-200: #C3F1F9;
--lavender-300: #94E6F4;
--lavender-400: #5DD9EF;
--lavender-500: #2ECEEA;
--lavender-600: #14B1CC;
--lavender-700: #108CA2;
--lavender-800: #0B6474;
--lavender-900: #07404A;
--lavender-950: #05282E;
}