Lavender
#C0EDFB
CyanColor Codes
All color formats for development
HEX
#C0EDFBRGB
rgb(192, 237, 251)HSL
hsl(194, 88%, 87%)OKLCH
oklch(0.919 0.05 218.7)CMYK
cmyk(24%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97E2F8
2#6DD6F6
3#44CAF3
4#1ABEF0
5#0DA3D1
6#0B82A7
7#08627D
8#054153
9#03212A
Tints
Lighter variations
1#C7EFFB
2#CDF1FC
3#D3F3FC
4#DAF4FD
5#E0F6FD
6#E6F8FD
7#ECFAFE
8#F3FBFE
9#F9FDFF
Tones
Muted variations
1#C4ECF8
2#C7EAF5
3#C9E9F2
4#CCE7EF
5#CFE6EC
6#D2E4EA
7#D5E3E7
8#D8E1E4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1ED #C1EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E0 #91E0F8 | BordersInactive statesPlaceholder text |
| 400 | 57D0 #57D0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C2 #27C2F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA5 #0DA5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B83 #0B83A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085E #085E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053C #053C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FBFE;
--lavender-100: #DDF6FD;
--lavender-200: #C1EDFB;
--lavender-300: #91E0F8;
--lavender-400: #57D0F4;
--lavender-500: #27C2F1;
--lavender-600: #0DA5D3;
--lavender-700: #0B83A8;
--lavender-800: #085E78;
--lavender-900: #053C4D;
--lavender-950: #032530;
}