Lavender
#C2F4F9
CyanColor Codes
All color formats for development
HEX
#C2F4F9RGB
rgb(194, 244, 249)HSL
hsl(185, 82%, 87%)OKLCH
oklch(0.934 0.051 203.9)CMYK
cmyk(22%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AEDF5
2#72E6F1
3#4ADFED
4#21D8E9
5#14BBCA
6#1095A2
7#0C7079
8#084B51
9#042528
Tints
Lighter variations
1#C9F6FA
2#CFF7FA
3#D5F8FB
4#DBF9FB
5#E1FAFC
6#E7FBFD
7#EDFCFD
8#F3FDFE
9#F9FEFE
Tones
Muted variations
1#C5F2F6
2#C8F0F4
3#CBEEF1
4#CEEBEE
5#D0E9EB
6#D3E7E9
7#D6E5E6
8#D8E2E3
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EC #94ECF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE3 #5DE3EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EDB #2EDBEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14BD #14BDCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1096 #1096A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6B #0B6B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFE;
--lavender-100: #DFF9FC;
--lavender-200: #C3F5F9;
--lavender-300: #94ECF4;
--lavender-400: #5DE3EF;
--lavender-500: #2EDBEA;
--lavender-600: #14BDCC;
--lavender-700: #1096A2;
--lavender-800: #0B6B74;
--lavender-900: #07454A;
--lavender-950: #052B2E;
}