Lavender

#BDFFFC

Cyan

Color Codes

All color formats for development

HEX
#BDFFFC
RGB
rgb(189, 255, 252)
HSL
hsl(177, 100%, 87%)
OKLCH
oklch(0.955 0.066 192.6)
CMYK
cmyk(26%, 0%, 1%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.11:1

AA AAA

On Black Background

18.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#90FFF9
2#64FFF7
3#38FFF5
4#0BFFF3
5#00DED3
6#00B1A9
7#00857E
8#005954
9#002C2A

Tints

Lighter variations

1#C3FFFC
2#CAFFFC
3#D1FFFD
4#D7FFFD
5#DEFFFD
6#E4FFFE
7#EBFFFE
8#F2FFFE
9#F8FFFF

Tones

Muted variations

1#C0FCF9
2#C3F8F6
3#C7F5F3
4#CAF2F0
5#CDEEED
6#D1EBEA
7#D4E8E7
8#D7E4E4
9#DBE1E1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFE
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFD
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFFC
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFF9
BordersInactive statesPlaceholder text
400
4DFF
#4DFFF6
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFF4
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0D5
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3AA
Active/pressed statesDark mode accentsSecondary text
800
0080
#008079
Text on light backgroundsHeadingsStrong borders
900
0052
#00524E
Primary textHigh emphasis contentDark headings
950
0033
#003330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFFE;
  --lavender-100: #DBFFFD;
  --lavender-200: #BDFFFC;
  --lavender-300: #8AFFF9;
  --lavender-400: #4DFFF6;
  --lavender-500: #1AFFF4;
  --lavender-600: #00E0D5;
  --lavender-700: #00B3AA;
  --lavender-800: #008079;
  --lavender-900: #00524E;
  --lavender-950: #003330;
}
Generate More ShadesCreate PaletteConvert Color