Lavender
#CCE3F0
BlueColor Codes
All color formats for development
HEX
#CCE3F0RGB
rgb(204, 227, 240)HSL
hsl(202, 55%, 87%)OKLCH
oklch(0.903 0.03 232.4)CMYK
cmyk(15%, 5%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9D0E6
2#87BDDC
3#64AAD2
4#4297C8
5#327FAC
6#28668A
7#1E4C67
8#143345
9#0A1922
Tints
Lighter variations
1#D1E6F2
2#D6E8F3
3#DBEBF5
4#E0EEF6
5#E5F1F8
6#EAF4F9
7#F0F7FB
8#F5F9FC
9#FAFCFE
Tones
Muted variations
1#CDE2EE
2#CFE2EC
3#D1E1EB
4#D3E1E9
5#D5E0E7
6#D7E0E5
7#D8DFE3
8#DADFE1
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CD #A4CDE5 | BordersInactive statesPlaceholder text |
| 400 | 75B3 #75B3D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D9D #4D9DCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3281 #3281AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2866 #28668A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D49 #1D4963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122F #122F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FC;
--lavender-100: #E3F0F7;
--lavender-200: #CCE3F0;
--lavender-300: #A4CDE5;
--lavender-400: #75B3D7;
--lavender-500: #4D9DCB;
--lavender-600: #3281AE;
--lavender-700: #28668A;
--lavender-800: #1D4963;
--lavender-900: #122F3F;
--lavender-950: #0B1D28;
}