Lavender
#C1DAFB
BlueColor Codes
All color formats for development
HEX
#C1DAFBRGB
rgb(193, 218, 251)HSL
hsl(214, 88%, 87%)OKLCH
oklch(0.881 0.053 255.4)CMYK
cmyk(23%, 13%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97C1F8
2#6DA8F6
3#4490F3
4#1A77F0
5#0D62D1
6#0B4EA7
7#083B7D
8#052753
9#03142A
Tints
Lighter variations
1#C7DEFB
2#CDE1FC
3#D3E5FC
4#DAE9FD
5#E0ECFD
6#E6F0FD
7#ECF4FE
8#F3F8FE
9#F9FBFF
Tones
Muted variations
1#C4DAF8
2#C7DBF5
3#C9DBF2
4#CCDCEF
5#CFDCEC
6#D2DCEA
7#D5DDE7
8#D8DDE4
9#DBDDE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DA #C1DAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91BD #91BDF8 | BordersInactive statesPlaceholder text |
| 400 | 579B #579BF4 | Disabled statesSecondary iconsMuted text |
| 500 | 277F #277FF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D63 #0D63D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B4F #0B4FA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0838 #083878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0524 #05244D | Primary textHigh emphasis contentDark headings |
| 950 | 0317 #031730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F6FE;
--lavender-100: #DDEBFD;
--lavender-200: #C1DAFB;
--lavender-300: #91BDF8;
--lavender-400: #579BF4;
--lavender-500: #277FF1;
--lavender-600: #0D63D3;
--lavender-700: #0B4FA8;
--lavender-800: #083878;
--lavender-900: #05244D;
--lavender-950: #031730;
}