Lavender
#C2EDFA
CyanColor Codes
All color formats for development
HEX
#C2EDFARGB
rgb(194, 237, 250)HSL
hsl(194, 85%, 87%)OKLCH
oklch(0.92 0.048 218.1)CMYK
cmyk(22%, 5%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99E1F7
2#70D5F3
3#47C8F0
4#1EBCED
5#11A1CD
6#0D81A4
7#0A617B
8#074052
9#032029
Tints
Lighter variations
1#C8EFFB
2#CEF1FB
3#D4F2FC
4#DAF4FC
5#E0F6FD
6#E6F8FD
7#EDFAFE
8#F3FBFE
9#F9FDFF
Tones
Muted variations
1#C4EBF7
2#C7EAF4
3#CAE8F2
4#CDE7EF
5#D0E5EC
6#D3E4E9
7#D5E2E6
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 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DF #92DFF6 | BordersInactive statesPlaceholder text |
| 400 | 5ACE #5ACEF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC0 #2BC0EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A3 #11A3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D82 #0D82A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5D #0A5D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063B #063B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FBFE;
--lavender-100: #DEF5FC;
--lavender-200: #C2EDFA;
--lavender-300: #92DFF6;
--lavender-400: #5ACEF2;
--lavender-500: #2BC0EE;
--lavender-600: #11A3D0;
--lavender-700: #0D82A5;
--lavender-800: #0A5D76;
--lavender-900: #063B4B;
--lavender-950: #04252F;
}