Lavender

#BDFFFF

Cyan

Color Codes

All color formats for development

HEX
#BDFFFF
RGB
rgb(189, 255, 255)
HSL
hsl(180, 100%, 87%)
OKLCH
oklch(0.956 0.065 196.1)
CMYK
cmyk(26%, 0%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.11:1

AA AAA

On Black Background

18.91: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#90FFFF
2#64FFFF
3#38FFFF
4#0BFFFF
5#00DEDE
6#00B1B1
7#008585
8#005959
9#002C2C

Tints

Lighter variations

1#C3FFFF
2#CAFFFF
3#D1FFFF
4#D7FFFF
5#DEFFFF
6#E4FFFF
7#EBFFFF
8#F2FFFF
9#F8FFFF

Tones

Muted variations

1#C0FCFC
2#C3F8F8
3#C7F5F5
4#CAF2F2
5#CDEEEE
6#D1EBEB
7#D4E8E8
8#D7E4E4
9#DBE1E1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFF
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFF
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFFF
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFFF
BordersInactive statesPlaceholder text
400
4DFF
#4DFFFF
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFFF
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0E0
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3B3
Active/pressed statesDark mode accentsSecondary text
800
0080
#008080
Text on light backgroundsHeadingsStrong borders
900
0052
#005252
Primary textHigh emphasis contentDark headings
950
0033
#003333
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFFF;
  --lavender-100: #DBFFFF;
  --lavender-200: #BDFFFF;
  --lavender-300: #8AFFFF;
  --lavender-400: #4DFFFF;
  --lavender-500: #1AFFFF;
  --lavender-600: #00E0E0;
  --lavender-700: #00B3B3;
  --lavender-800: #008080;
  --lavender-900: #005252;
  --lavender-950: #003333;
}
Generate More ShadesCreate PaletteConvert Color