Lavender
#C0F3FC
CyanColor Codes
All color formats for development
HEX
#C0F3FCRGB
rgb(192, 243, 252)HSL
hsl(189, 91%, 87%)OKLCH
oklch(0.932 0.053 209.5)CMYK
cmyk(24%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95EBFA
2#6BE3F8
3#41DBF6
4#16D3F4
5#0AB6D4
6#0891A9
7#066D7F
8#044955
9#02242A
Tints
Lighter variations
1#C6F4FC
2#CCF5FD
3#D3F7FD
4#D9F8FD
5#DFF9FE
6#E6FAFE
7#ECFBFE
8#F2FDFE
9#F9FEFF
Tones
Muted variations
1#C3F1F9
2#C6EFF6
3#C9EDF3
4#CCEBF0
5#CFE8ED
6#D2E6EA
7#D5E4E7
8#D8E2E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEA #8FEAFA | BordersInactive statesPlaceholder text |
| 400 | 55DF #55DFF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D5 #24D5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB8 #0AB8D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0892 #0892AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0668 #06687A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434E | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FCFE;
--lavender-100: #DDF9FD;
--lavender-200: #C0F3FC;
--lavender-300: #8FEAFA;
--lavender-400: #55DFF7;
--lavender-500: #24D5F5;
--lavender-600: #0AB8D6;
--lavender-700: #0892AA;
--lavender-800: #06687A;
--lavender-900: #04434E;
--lavender-950: #022A31;
}