Lavender
#CCDEEF
BlueColor Codes
All color formats for development
HEX
#CCDEEFRGB
rgb(204, 222, 239)HSL
hsl(209, 52%, 87%)OKLCH
oklch(0.892 0.03 246.6)CMYK
cmyk(15%, 7%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ABC9E4
2#89B3DA
3#679DCF
4#4687C4
5#3571A9
6#2B5A87
7#204465
8#152D43
9#0B1722
Tints
Lighter variations
1#D2E2F1
2#D7E5F2
3#DCE8F4
4#E1EBF5
5#E6EFF7
6#EBF2F9
7#F0F5FA
8#F5F8FC
9#FAFCFD
Tones
Muted variations
1#CEDEED
2#D0DEEC
3#D2DEEA
4#D4DEE8
5#D5DEE6
6#D7DEE5
7#D9DEE3
8#DADEE1
9#DCDEE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDE #CDDEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C5 #A6C5E3 | BordersInactive statesPlaceholder text |
| 400 | 77A7 #77A7D4 | Disabled statesSecondary iconsMuted text |
| 500 | 518E #518EC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3672 #3672AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B5B #2B5B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F41 #1F4161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142A #142A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F7FB;
--lavender-100: #E4EDF6;
--lavender-200: #CDDEEF;
--lavender-300: #A6C5E3;
--lavender-400: #77A7D4;
--lavender-500: #518EC8;
--lavender-600: #3672AB;
--lavender-700: #2B5B88;
--lavender-800: #1F4161;
--lavender-900: #142A3E;
--lavender-950: #0C1A27;
}