Lavender
#CAEEF2
CyanColor Codes
All color formats for development
HEX
#CAEEF2RGB
rgb(202, 238, 242)HSL
hsl(186, 61%, 87%)OKLCH
oklch(0.925 0.038 204.7)CMYK
cmyk(17%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A6E3E9
2#82D7E1
3#5ECCD8
4#3BC1CF
5#2BA5B3
6#23848F
7#1A636B
8#114247
9#092124
Tints
Lighter variations
1#CFF0F3
2#D4F1F5
3#DAF3F6
4#DFF5F7
5#E4F7F9
6#EAF8FA
7#EFFAFB
8#F4FCFC
9#FAFDFE
Tones
Muted variations
1#CCECF0
2#CEEBEE
3#D0E9EC
4#D2E8EA
5#D4E6E8
6#D6E4E6
7#D8E3E4
8#DAE1E2
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEE #CAEEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E1 #A1E1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD1 #6FD1DC | Disabled statesSecondary iconsMuted text |
| 500 | 46C4 #46C4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA7 #2CA7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2385 #238590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195F #195F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103D #103D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FBFC;
--lavender-100: #E2F6F8;
--lavender-200: #CAEEF2;
--lavender-300: #A1E1E8;
--lavender-400: #6FD1DC;
--lavender-500: #46C4D2;
--lavender-600: #2CA7B5;
--lavender-700: #238590;
--lavender-800: #195F67;
--lavender-900: #103D42;
--lavender-950: #0A2629;
}