Lavender
#C2F9F8
CyanColor Codes
All color formats for development
HEX
#C2F9F8RGB
rgb(194, 249, 248)HSL
hsl(179, 82%, 87%)OKLCH
oklch(0.944 0.056 194.9)CMYK
cmyk(22%, 0%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AF5F4
2#72F1EF
3#4AEDEA
4#21E9E6
5#14CAC7
6#10A29F
7#0C7977
8#085150
9#042828
Tints
Lighter variations
1#C9FAF9
2#CFFAFA
3#D5FBFA
4#DBFBFB
5#E1FCFC
6#E7FDFC
7#EDFDFD
8#F3FEFE
9#F9FEFE
Tones
Muted variations
1#C5F6F5
2#C8F4F3
3#CBF1F0
4#CEEEEE
5#D0EBEB
6#D3E9E8
7#D6E6E6
8#D8E3E3
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F3 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFEC | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A2A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A49 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFD;
--lavender-100: #DFFCFB;
--lavender-200: #C3F9F8;
--lavender-300: #94F4F3;
--lavender-400: #5DEFEC;
--lavender-500: #2EEAE7;
--lavender-600: #14CCC9;
--lavender-700: #10A2A0;
--lavender-800: #0B7472;
--lavender-900: #074A49;
--lavender-950: #052E2E;
}