Lavender
#C2F6F9
CyanColor Codes
All color formats for development
HEX
#C2F6F9RGB
rgb(194, 246, 249)HSL
hsl(183, 82%, 87%)OKLCH
oklch(0.938 0.053 200.7)CMYK
cmyk(22%, 1%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AF1F5
2#72EBF1
3#4AE5ED
4#21DFE9
5#14C1CA
6#109AA2
7#0C7479
8#084D51
9#042728
Tints
Lighter variations
1#C9F7FA
2#CFF8FA
3#D5F9FB
4#DBFAFB
5#E1FBFC
6#E7FCFD
7#EDFCFD
8#F3FDFE
9#F9FEFE
Tones
Muted variations
1#C5F4F6
2#C8F1F4
3#CBEFF1
4#CEEDEE
5#D0EAEB
6#D3E8E9
7#D6E5E6
8#D8E3E3
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F6 #C3F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F0 #94F0F4 | BordersInactive statesPlaceholder text |
| 400 | 5DE8 #5DE8EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EE1 #2EE1EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C3 #14C3CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 109B #109BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6F #0B6F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474A | 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: #F1FDFE;
--lavender-100: #DFFAFC;
--lavender-200: #C3F6F9;
--lavender-300: #94F0F4;
--lavender-400: #5DE8EF;
--lavender-500: #2EE1EA;
--lavender-600: #14C3CC;
--lavender-700: #109BA2;
--lavender-800: #0B6F74;
--lavender-900: #07474A;
--lavender-950: #052C2E;
}