Lavender
#C2F9F3
CyanColor Codes
All color formats for development
HEX
#C2F9F3RGB
rgb(194, 249, 243)HSL
hsl(173, 82%, 87%)OKLCH
oklch(0.943 0.056 188)CMYK
cmyk(22%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AF5EA
2#72F1E2
3#4AEDDA
4#21E9D2
5#14CAB5
6#10A291
7#0C796C
8#085148
9#042824
Tints
Lighter variations
1#C9FAF4
2#CFFAF5
3#D5FBF6
4#DBFBF8
5#E1FCF9
6#E7FDFA
7#EDFDFB
8#F3FEFD
9#F9FEFE
Tones
Muted variations
1#C5F6F1
2#C8F4EF
3#CBF1EC
4#CEEEEA
5#D0EBE8
6#D3E9E6
7#D6E6E4
8#D8E3E2
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E9 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFDE | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAD4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A42 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFC;
--lavender-100: #DFFCF8;
--lavender-200: #C3F9F3;
--lavender-300: #94F4E9;
--lavender-400: #5DEFDE;
--lavender-500: #2EEAD4;
--lavender-600: #14CCB7;
--lavender-700: #10A291;
--lavender-800: #0B7468;
--lavender-900: #074A42;
--lavender-950: #052E2A;
}