Lavender
#C1FAF6
CyanColor Codes
All color formats for development
HEX
#C1FAF6RGB
rgb(193, 250, 246)HSL
hsl(176, 85%, 87%)OKLCH
oklch(0.945 0.058 190.9)CMYK
cmyk(23%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99F7F0
2#70F3EB
3#47F0E5
4#1EEDDF
5#11CDC1
6#0DA49A
7#0A7B74
8#07524D
9#032927
Tints
Lighter variations
1#C8FBF7
2#CEFBF8
3#D4FCF9
4#DAFCFA
5#E0FDFB
6#E6FDFC
7#EDFEFC
8#F3FEFD
9#F9FFFE
Tones
Muted variations
1#C4F7F4
2#C7F4F1
3#CAF2EF
4#CDEFED
5#D0ECEA
6#D3E9E8
7#D5E6E5
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 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F0 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E7 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA59B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A766F | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B47 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FEFD;
--lavender-100: #DEFCFA;
--lavender-200: #C2FAF6;
--lavender-300: #92F6F0;
--lavender-400: #5AF2E7;
--lavender-500: #2BEEE1;
--lavender-600: #11D0C3;
--lavender-700: #0DA59B;
--lavender-800: #0A766F;
--lavender-900: #064B47;
--lavender-950: #042F2C;
}