Lavender
#CCEAF0
CyanColor Codes
All color formats for development
HEX
#CCEAF0RGB
rgb(204, 234, 240)HSL
hsl(190, 55%, 87%)OKLCH
oklch(0.917 0.033 211.1)CMYK
cmyk(15%, 3%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9DCE6
2#87CEDC
3#64C0D2
4#42B2C8
5#3298AC
6#28798A
7#1E5B67
8#143D45
9#0A1E22
Tints
Lighter variations
1#D1ECF2
2#D6EEF3
3#DBF0F5
4#E0F2F6
5#E5F5F8
6#EAF7F9
7#F0F9FB
8#F5FBFC
9#FAFDFE
Tones
Muted variations
1#CDE9EE
2#CFE8EC
3#D1E6EB
4#D3E5E9
5#D5E4E7
6#D7E3E5
7#D8E1E3
8#DAE0E1
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DA #A4DAE5 | BordersInactive statesPlaceholder text |
| 400 | 75C6 #75C6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB6 #4DB6CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3299 #3299AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287A #287A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D57 #1D5763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1238 #12383F | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FAFC;
--lavender-100: #E3F4F7;
--lavender-200: #CCEAF0;
--lavender-300: #A4DAE5;
--lavender-400: #75C6D7;
--lavender-500: #4DB6CB;
--lavender-600: #3299AE;
--lavender-700: #287A8A;
--lavender-800: #1D5763;
--lavender-900: #12383F;
--lavender-950: #0B2328;
}