Lavender
#CAF2EE
CyanColor Codes
All color formats for development
HEX
#CAF2EERGB
rgb(202, 242, 238)HSL
hsl(174, 61%, 87%)OKLCH
oklch(0.932 0.042 189)CMYK
cmyk(17%, 0%, 2%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E9E3
2#82E1D7
3#5ED8CC
4#3BCFC1
5#2BB3A5
6#238F84
7#1A6B63
8#114742
9#092421
Tints
Lighter variations
1#CFF3F0
2#D4F5F1
3#DAF6F3
4#DFF7F5
5#E4F9F7
6#EAFAF8
7#EFFBFA
8#F4FCFC
9#FAFEFD
Tones
Muted variations
1#CCF0EC
2#CEEEEB
3#D0ECE9
4#D2EAE8
5#D4E8E6
6#D6E6E4
7#D8E4E3
8#DAE2E1
9#DCE0DF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFB;
--lavender-100: #E2F8F6;
--lavender-200: #CAF2EE;
--lavender-300: #A1E8E1;
--lavender-400: #6FDCD1;
--lavender-500: #46D2C4;
--lavender-600: #2CB5A7;
--lavender-700: #239085;
--lavender-800: #19675F;
--lavender-900: #10423D;
--lavender-950: #0A2926;
}