Lavender
#C4E6F8
BlueColor Codes
All color formats for development
HEX
#C4E6F8RGB
rgb(196, 230, 248)HSL
hsl(201, 79%, 87%)OKLCH
oklch(0.906 0.043 231)CMYK
cmyk(21%, 7%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CD5F3
2#74C4EF
3#4DB3EA
4#25A2E5
5#1789C7
6#136E9F
7#0E5277
8#09374F
9#051B28
Tints
Lighter variations
1#CAE8F9
2#D0EBF9
3#D5EDFA
4#DBF0FB
5#E1F2FC
6#E7F5FC
7#EDF7FD
8#F3FAFE
9#F9FCFE
Tones
Muted variations
1#C6E5F5
2#C9E4F3
3#CCE3F0
4#CEE3EE
5#D1E2EB
6#D3E1E8
7#D6E0E6
8#D9DFE3
9#DBDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D2 #96D2F3 | BordersInactive statesPlaceholder text |
| 400 | 5FBB #5FBBEC | Disabled statesSecondary iconsMuted text |
| 500 | 32A7 #32A7E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 188B #188BC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136E #136EA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4F #0D4F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0932 #093249 | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F9FD;
--lavender-100: #DFF1FB;
--lavender-200: #C4E6F8;
--lavender-300: #96D2F3;
--lavender-400: #5FBBEC;
--lavender-500: #32A7E7;
--lavender-600: #188BC9;
--lavender-700: #136EA0;
--lavender-800: #0D4F72;
--lavender-900: #093249;
--lavender-950: #05202E;
}