Lavender
#C3F9F6
CyanColor Codes
All color formats for development
HEX
#C3F9F6RGB
rgb(195, 249, 246)HSL
hsl(177, 82%, 87%)OKLCH
oklch(0.944 0.055 192)CMYK
cmyk(22%, 0%, 1%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AF5F1
2#72F1EB
3#4AEDE5
4#21E9DF
5#14CAC1
6#10A29A
7#0C7974
8#08514D
9#042827
Tints
Lighter variations
1#C9FAF7
2#CFFAF8
3#D5FBF9
4#DBFBFA
5#E1FCFB
6#E7FDFC
7#EDFDFC
8#F3FEFD
9#F9FEFE
Tones
Muted variations
1#C5F6F4
2#C8F4F1
3#CBF1EF
4#CEEEED
5#D0EBEA
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 #DFFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F0 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFE8 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A29B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B746F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A47 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFD;
--lavender-100: #DFFCFA;
--lavender-200: #C3F9F6;
--lavender-300: #94F4F0;
--lavender-400: #5DEFE8;
--lavender-500: #2EEAE1;
--lavender-600: #14CCC3;
--lavender-700: #10A29B;
--lavender-800: #0B746F;
--lavender-900: #074A47;
--lavender-950: #052E2C;
}