Lavender
#BEEEFE
BlueColor Codes
All color formats for development
HEX
#BEEEFERGB
rgb(190, 238, 254)HSL
hsl(195, 97%, 87%)OKLCH
oklch(0.921 0.054 220.2)CMYK
cmyk(25%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92E3FD
2#66D7FD
3#3BCCFC
4#0FC0FB
5#03A5DB
6#0384AF
7#026383
8#014257
9#01212C
Tints
Lighter variations
1#C4F0FE
2#CBF1FE
3#D1F3FE
4#D8F5FE
5#DEF6FF
6#E5F8FF
7#EBFAFF
8#F2FCFF
9#F8FDFF
Tones
Muted variations
1#C1ECFB
2#C4EBF8
3#C7E9F4
4#CBE7F1
5#CEE6EE
6#D1E4EB
7#D4E3E7
8#D7E1E4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEE #BEEEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE1 #8BE1FD | BordersInactive statesPlaceholder text |
| 400 | 4FD1 #4FD1FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DC4 #1DC4FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03A7 #03A7DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0385 #0385B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 025F #025F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013D #013D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0126 #012632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FBFF;
--lavender-100: #DCF6FE;
--lavender-200: #BEEEFE;
--lavender-300: #8BE1FD;
--lavender-400: #4FD1FC;
--lavender-500: #1DC4FC;
--lavender-600: #03A7DD;
--lavender-700: #0385B0;
--lavender-800: #025F7E;
--lavender-900: #013D50;
--lavender-950: #012632;
}