Lavender
#C2E8F9
BlueColor Codes
All color formats for development
HEX
#C2E8F9RGB
rgb(194, 232, 249)HSL
hsl(199, 82%, 87%)OKLCH
oklch(0.909 0.046 226.7)CMYK
cmyk(22%, 7%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AD8F5
2#72C9F1
3#4AB9ED
4#21AAE9
5#1490CA
6#1073A2
7#0C5779
8#083A51
9#041D28
Tints
Lighter variations
1#C9EAFA
2#CFECFA
3#D5EFFB
4#DBF1FB
5#E1F3FC
6#E7F6FD
7#EDF8FD
8#F3FAFE
9#F9FDFE
Tones
Muted variations
1#C5E7F6
2#C8E6F4
3#CBE5F1
4#CEE4EE
5#D0E3EB
6#D3E2E9
7#D6E1E6
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 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D6 #94D6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC1 #5DC1EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EAF #2EAFEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1492 #1492CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1074 #1074A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B53 #0B5374 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0735 #07354A | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FAFE;
--lavender-100: #DFF3FC;
--lavender-200: #C3E8F9;
--lavender-300: #94D6F4;
--lavender-400: #5DC1EF;
--lavender-500: #2EAFEA;
--lavender-600: #1492CC;
--lavender-700: #1074A2;
--lavender-800: #0B5374;
--lavender-900: #07354A;
--lavender-950: #05212E;
}