Lavender
#BEEFFD
CyanColor Codes
All color formats for development
HEX
#BEEFFDRGB
rgb(190, 239, 253)HSL
hsl(193, 94%, 87%)OKLCH
oklch(0.923 0.054 217.1)CMYK
cmyk(25%, 6%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94E5FC
2#69DBFA
3#3ED0F9
4#13C6F8
5#07AAD7
6#0588AC
7#046681
8#034456
9#01222B
Tints
Lighter variations
1#C5F1FD
2#CCF3FD
3#D2F4FE
4#D8F6FE
5#DFF7FE
6#E5F9FE
7#ECFAFE
8#F2FCFF
9#F9FDFF
Tones
Muted variations
1#C2EEFA
2#C5ECF7
3#C8EAF4
4#CBE8F1
5#CEE7ED
6#D1E5EA
7#D5E3E7
8#D8E1E4
9#DBE0E1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF0 #BFF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE4 #8DE4FB | BordersInactive statesPlaceholder text |
| 400 | 52D5 #52D5FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C9 #20C9F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07AC #07ACDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0589 #0589AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0462 #04627C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023F #023F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FBFF;
--lavender-100: #DCF7FE;
--lavender-200: #BFF0FD;
--lavender-300: #8DE4FB;
--lavender-400: #52D5FA;
--lavender-500: #20C9F8;
--lavender-600: #07ACDA;
--lavender-700: #0589AD;
--lavender-800: #04627C;
--lavender-900: #023F4F;
--lavender-950: #022731;
}