Lavender
#C2DCFA
BlueColor Codes
All color formats for development
HEX
#C2DCFARGB
rgb(194, 220, 250)HSL
hsl(212, 85%, 87%)OKLCH
oklch(0.885 0.05 252.1)CMYK
cmyk(22%, 12%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99C5F7
2#70ADF3
3#4796F0
4#1E7EED
5#1169CD
6#0D54A4
7#0A3F7B
8#072A52
9#031529
Tints
Lighter variations
1#C8DFFB
2#CEE3FB
3#D4E6FC
4#DAEAFC
5#E0EDFD
6#E6F1FD
7#EDF4FE
8#F3F8FE
9#F9FBFF
Tones
Muted variations
1#C4DCF7
2#C7DCF4
3#CADDF2
4#CDDDEF
5#D0DDEC
6#D3DDE9
7#D5DDE6
8#D8DDE3
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DC #C2DCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C1 #92C1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA1 #5AA1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B86 #2B86EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 116A #116AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D54 #0D54A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3C #0A3C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0626 #06264B | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F7FE;
--lavender-100: #DEECFC;
--lavender-200: #C2DCFA;
--lavender-300: #92C1F6;
--lavender-400: #5AA1F2;
--lavender-500: #2B86EE;
--lavender-600: #116AD0;
--lavender-700: #0D54A5;
--lavender-800: #0A3C76;
--lavender-900: #06264B;
--lavender-950: #04182F;
}