Lavender
#C2ECFA
BlueColor Codes
All color formats for development
HEX
#C2ECFARGB
rgb(194, 236, 250)HSL
hsl(195, 85%, 87%)OKLCH
oklch(0.918 0.047 220.1)CMYK
cmyk(22%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99DFF7
2#70D2F3
3#47C6F0
4#1EB9ED
5#119ECD
6#0D7EA4
7#0A5F7B
8#073F52
9#032029
Tints
Lighter variations
1#C8EEFB
2#CEF0FB
3#D4F2FC
4#DAF4FC
5#E0F5FD
6#E6F7FD
7#EDF9FE
8#F3FBFE
9#F9FDFF
Tones
Muted variations
1#C4EBF7
2#C7E9F4
3#CAE8F2
4#CDE6EF
5#D0E5EC
6#D3E3E9
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 | C2EC #C2ECFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DD #92DDF6 | BordersInactive statesPlaceholder text |
| 400 | 5ACC #5ACCF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BBD #2BBDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A0 #11A0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D7F #0D7FA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5B #0A5B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063A #063A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0424 #04242F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FBFE;
--lavender-100: #DEF5FC;
--lavender-200: #C2ECFA;
--lavender-300: #92DDF6;
--lavender-400: #5ACCF2;
--lavender-500: #2BBDEE;
--lavender-600: #11A0D0;
--lavender-700: #0D7FA5;
--lavender-800: #0A5B76;
--lavender-900: #063A4B;
--lavender-950: #04242F;
}