Lavender
#C7EBF4
CyanColor Codes
All color formats for development
HEX
#C7EBF4RGB
rgb(199, 235, 244)HSL
hsl(192, 67%, 87%)OKLCH
oklch(0.917 0.039 214.5)CMYK
cmyk(18%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3DEED
2#7ED1E5
3#58C3DE
4#33B6D7
5#259CB9
6#1D7C94
7#165D6F
8#0F3E4A
9#071F25
Tints
Lighter variations
1#CDEDF5
2#D3EFF6
3#D8F1F7
4#DEF3F8
5#E3F5FA
6#E9F7FB
7#EEF9FC
8#F4FBFD
9#F9FDFE
Tones
Muted variations
1#CAEAF2
2#CCE9F0
3#CEE7ED
4#D1E6EB
5#D3E5E9
6#D5E3E7
7#D7E2E5
8#D9E1E2
9#DCDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EB #C8EBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DDC #9DDCEC | BordersInactive statesPlaceholder text |
| 400 | 6ACA #6ACAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FBA #3FBAD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 259D #259DBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7D #1D7D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1559 #15596A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3944 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FAFC;
--lavender-100: #E1F4F9;
--lavender-200: #C8EBF4;
--lavender-300: #9DDCEC;
--lavender-400: #6ACAE2;
--lavender-500: #3FBAD9;
--lavender-600: #259DBB;
--lavender-700: #1D7D95;
--lavender-800: #15596A;
--lavender-900: #0D3944;
--lavender-950: #08242B;
}