Lavender
#C2EEFA
CyanColor Codes
All color formats for development
HEX
#C2EEFARGB
rgb(194, 238, 250)HSL
hsl(193, 85%, 87%)OKLCH
oklch(0.922 0.048 216.1)CMYK
cmyk(22%, 5%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99E2F7
2#70D7F3
3#47CBF0
4#1EC0ED
5#11A4CD
6#0D83A4
7#0A637B
8#074252
9#032129
Tints
Lighter variations
1#C8F0FB
2#CEF1FB
3#D4F3FC
4#DAF5FC
5#E0F6FD
6#E6F8FD
7#EDFAFE
8#F3FCFE
9#F9FDFF
Tones
Muted variations
1#C4ECF7
2#C7EBF4
3#CAE9F2
4#CDE7EF
5#D0E6EC
6#D3E4E9
7#D5E3E6
8#D8E1E3
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EE #C2EEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E1 #92E1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD1 #5AD1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC4 #2BC4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A6 #11A6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D84 #0D84A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5E #0A5E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063C #063C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FBFE;
--lavender-100: #DEF6FC;
--lavender-200: #C2EEFA;
--lavender-300: #92E1F6;
--lavender-400: #5AD1F2;
--lavender-500: #2BC4EE;
--lavender-600: #11A6D0;
--lavender-700: #0D84A5;
--lavender-800: #0A5E76;
--lavender-900: #063C4B;
--lavender-950: #04262F;
}