Lavender
#C3F9F7
CyanColor Codes
All color formats for development
HEX
#C3F9F7RGB
rgb(195, 249, 247)HSL
hsl(178, 82%, 87%)OKLCH
oklch(0.945 0.055 193.4)CMYK
cmyk(22%, 0%, 1%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AF5F2
2#72F1ED
3#4AEDE8
4#21E9E2
5#14CAC4
6#10A29D
7#0C7975
8#08514E
9#042827
Tints
Lighter variations
1#C9FAF8
2#CFFAF9
3#D5FBFA
4#DBFBFA
5#E1FCFB
6#E7FDFC
7#EDFDFD
8#F3FEFD
9#F9FEFE
Tones
Muted variations
1#C5F6F5
2#C8F4F2
3#CBF1F0
4#CEEEED
5#D0EBEB
6#D3E9E8
7#D6E6E5
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 #C3F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F1 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFEA | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A29E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A48 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFD;
--lavender-100: #DFFCFB;
--lavender-200: #C3F9F7;
--lavender-300: #94F4F1;
--lavender-400: #5DEFEA;
--lavender-500: #2EEAE4;
--lavender-600: #14CCC6;
--lavender-700: #10A29E;
--lavender-800: #0B7471;
--lavender-900: #074A48;
--lavender-950: #052E2D;
}