Lavender
#C2DEFA
BlueColor Codes
All color formats for development
HEX
#C2DEFARGB
rgb(194, 222, 250)HSL
hsl(210, 85%, 87%)OKLCH
oklch(0.889 0.049 248.4)CMYK
cmyk(22%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99C8F7
2#70B1F3
3#479BF0
4#1E85ED
5#116FCD
6#0D59A4
7#0A437B
8#072C52
9#031629
Tints
Lighter variations
1#C8E1FB
2#CEE4FB
3#D4E8FC
4#DAEBFC
5#E0EEFD
6#E6F2FD
7#EDF5FE
8#F3F8FE
9#F9FCFF
Tones
Muted variations
1#C4DEF7
2#C7DEF4
3#CADEF2
4#CDDEEF
5#D0DEEC
6#D3DEE9
7#D5DEE6
8#D8DEE3
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DE #C2DEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C4 #92C4F6 | BordersInactive statesPlaceholder text |
| 400 | 5AA6 #5AA6F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B8C #2B8CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1170 #1170D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D59 #0D59A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A40 #0A4076 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0629 #06294B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F7FE;
--lavender-100: #DEEDFC;
--lavender-200: #C2DEFA;
--lavender-300: #92C4F6;
--lavender-400: #5AA6F2;
--lavender-500: #2B8CEE;
--lavender-600: #1170D0;
--lavender-700: #0D59A5;
--lavender-800: #0A4076;
--lavender-900: #06294B;
--lavender-950: #041A2F;
}