Lavender
#BDFFF0
CyanColor Codes
All color formats for development
HEX
#BDFFF0RGB
rgb(189, 255, 240)HSL
hsl(166, 100%, 87%)OKLCH
oklch(0.952 0.069 179.1)CMYK
cmyk(26%, 0%, 6%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90FFE5
2#64FFDB
3#38FFD0
4#0BFFC6
5#00DEAA
6#00B188
7#008566
8#005944
9#002C22
Tints
Lighter variations
1#C3FFF1
2#CAFFF3
3#D1FFF4
4#D7FFF6
5#DEFFF7
6#E4FFF9
7#EBFFFA
8#F2FFFC
9#F8FFFD
Tones
Muted variations
1#C0FCEE
2#C3F8EC
3#C7F5EA
4#CAF2E8
5#CDEEE7
6#D1EBE5
7#D4E8E3
8#D7E4E1
9#DBE1E0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523F | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FFFB;
--lavender-100: #DBFFF7;
--lavender-200: #BDFFF0;
--lavender-300: #8AFFE4;
--lavender-400: #4DFFD5;
--lavender-500: #1AFFC9;
--lavender-600: #00E0AC;
--lavender-700: #00B389;
--lavender-800: #008062;
--lavender-900: #00523F;
--lavender-950: #003327;
}