Lavender
#C0E6FC
BlueColor Codes
All color formats for development
HEX
#C0E6FCRGB
rgb(192, 230, 252)HSL
hsl(202, 91%, 87%)OKLCH
oklch(0.905 0.05 233.5)CMYK
cmyk(24%, 9%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95D5FA
2#6BC4F8
3#41B3F6
4#16A3F4
5#0A8AD4
6#086EA9
7#06537F
8#043755
9#021C2A
Tints
Lighter variations
1#C6E8FC
2#CCEBFD
3#D3EDFD
4#D9F0FD
5#DFF2FE
6#E6F5FE
7#ECF7FE
8#F2FAFE
9#F9FCFF
Tones
Muted variations
1#C3E5F9
2#C6E4F6
3#C9E3F3
4#CCE3F0
5#CFE2ED
6#D2E1EA
7#D5E0E7
8#D8DFE4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E6 #C0E6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD3 #8FD3FA | BordersInactive statesPlaceholder text |
| 400 | 55BB #55BBF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A8 #24A8F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A8B #0A8BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 086F #086FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064F #064F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0433 #04334E | Primary textHigh emphasis contentDark headings |
| 950 | 0220 #022031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FE;
--lavender-100: #DDF1FD;
--lavender-200: #C0E6FC;
--lavender-300: #8FD3FA;
--lavender-400: #55BBF7;
--lavender-500: #24A8F5;
--lavender-600: #0A8BD6;
--lavender-700: #086FAA;
--lavender-800: #064F7A;
--lavender-900: #04334E;
--lavender-950: #022031;
}