Lavender
#C6EEF6
CyanColor Codes
All color formats for development
HEX
#C6EEF6RGB
rgb(198, 238, 246)HSL
hsl(190, 73%, 87%)OKLCH
oklch(0.923 0.043 211.1)CMYK
cmyk(20%, 3%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FE3F0
2#79D7EA
3#53CCE4
4#2CC0DE
5#1EA5C0
6#18849A
7#126373
8#0C424D
9#062126
Tints
Lighter variations
1#CBF0F7
2#D1F1F8
3#D7F3F9
4#DDF5FA
5#E2F6FB
6#E8F8FB
7#EEFAFC
8#F4FCFD
9#F9FDFE
Tones
Muted variations
1#C8ECF4
2#CAEBF1
3#CDE9EF
4#CFE8EC
5#D2E6EA
6#D4E4E8
7#D7E3E5
8#D9E1E3
9#DBDFE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EE #C6EEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE1 #9AE1EF | BordersInactive statesPlaceholder text |
| 400 | 65D1 #65D1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38C4 #38C4E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EA7 #1EA7C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1885 #18859A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115F #115F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3D #0B3D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0726 #07262C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FBFD;
--lavender-100: #E0F6FA;
--lavender-200: #C6EEF6;
--lavender-300: #9AE1EF;
--lavender-400: #65D1E7;
--lavender-500: #38C4E0;
--lavender-600: #1EA7C2;
--lavender-700: #18859A;
--lavender-800: #115F6E;
--lavender-900: #0B3D47;
--lavender-950: #07262C;
}