Lavender
#C2EAFA
BlueColor Codes
All color formats for development
HEX
#C2EAFARGB
rgb(194, 234, 250)HSL
hsl(197, 85%, 87%)OKLCH
oklch(0.914 0.047 224.1)CMYK
cmyk(22%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99DCF7
2#70CEF3
3#47C0F0
4#1EB2ED
5#1198CD
6#0D79A4
7#0A5B7B
8#073D52
9#031E29
Tints
Lighter variations
1#C8ECFB
2#CEEEFB
3#D4F0FC
4#DAF2FC
5#E0F5FD
6#E6F7FD
7#EDF9FE
8#F3FBFE
9#F9FDFF
Tones
Muted variations
1#C4E9F7
2#C7E8F4
3#CAE6F2
4#CDE5EF
5#D0E4EC
6#D3E3E9
7#D5E2E6
8#D8E0E3
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF4 #DEF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EA #C2EAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DA #92DAF6 | BordersInactive statesPlaceholder text |
| 400 | 5AC7 #5AC7F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BB7 #2BB7EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 119A #119AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D7A #0D7AA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A57 #0A5776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0638 #06384B | Primary textHigh emphasis contentDark headings |
| 950 | 0423 #04232F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FAFE;
--lavender-100: #DEF4FC;
--lavender-200: #C2EAFA;
--lavender-300: #92DAF6;
--lavender-400: #5AC7F2;
--lavender-500: #2BB7EE;
--lavender-600: #119AD0;
--lavender-700: #0D7AA5;
--lavender-800: #0A5776;
--lavender-900: #06384B;
--lavender-950: #04232F;
}