Lavender
#C3F4F9
CyanColor Codes
All color formats for development
HEX
#C3F4F9RGB
rgb(195, 244, 249)HSL
hsl(186, 82%, 87%)OKLCH
oklch(0.935 0.05 204)CMYK
cmyk(22%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AECF5
2#72E4F1
3#4ADDED
4#21D5E9
5#14B8CA
6#1093A2
7#0C6E79
8#084951
9#042528
Tints
Lighter variations
1#C9F5FA
2#CFF6FA
3#D5F7FB
4#DBF8FB
5#E1F9FC
6#E7FAFD
7#EDFCFD
8#F3FDFE
9#F9FEFE
Tones
Muted variations
1#C5F1F6
2#C8EFF4
3#CBEDF1
4#CEEBEE
5#D0E9EB
6#D3E7E9
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 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EB #94EBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE0 #5DE0EF | Disabled statesSecondary iconsMuted text |
| 500 | 2ED8 #2ED8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14BA #14BACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1094 #1094A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6A #0B6A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444A | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FCFE;
--lavender-100: #DFF9FC;
--lavender-200: #C3F4F9;
--lavender-300: #94EBF4;
--lavender-400: #5DE0EF;
--lavender-500: #2ED8EA;
--lavender-600: #14BACC;
--lavender-700: #1094A2;
--lavender-800: #0B6A74;
--lavender-900: #07444A;
--lavender-950: #052A2E;
}