Lavender
#CAEAF2
CyanColor Codes
All color formats for development
HEX
#CAEAF2RGB
rgb(202, 234, 242)HSL
hsl(192, 61%, 87%)OKLCH
oklch(0.916 0.035 214.5)CMYK
cmyk(17%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6DCE9
2#82CEE1
3#5EC0D8
4#3BB2CF
5#2B98B3
6#23798F
7#1A5B6B
8#113D47
9#091E24
Tints
Lighter variations
1#CFECF3
2#D4EEF5
3#DAF0F6
4#DFF2F7
5#E4F4F9
6#EAF7FA
7#EFF9FB
8#F4FBFC
9#FAFDFE
Tones
Muted variations
1#CCE9F0
2#CEE8EE
3#D0E6EC
4#D2E5EA
5#D4E4E8
6#D6E3E6
7#D8E1E4
8#DAE0E2
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DA #A1DAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FC6 #6FC6DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B6 #46B6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C99 #2C99B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237A #237A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1957 #195767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1038 #103842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FAFC;
--lavender-100: #E2F4F8;
--lavender-200: #CAEAF2;
--lavender-300: #A1DAE8;
--lavender-400: #6FC6DC;
--lavender-500: #46B6D2;
--lavender-600: #2C99B5;
--lavender-700: #237A90;
--lavender-800: #195767;
--lavender-900: #103842;
--lavender-950: #0A2329;
}