Lavender

#BDFCFF

Cyan

Color Codes

All color formats for development

HEX
#BDFCFF
RGB
rgb(189, 252, 255)
HSL
hsl(183, 100%, 87%)
OKLCH
oklch(0.95 0.063 199.8)
CMYK
cmyk(26%, 1%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.13:1

AA AAA

On Black Background

18.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DBFD
200
#BDFC
300
#8AF9
400
#4DF6
500
#1AF4
600
#00D5
700
#00AA
800
#0079
900
#004E
950
#0030

Shades

Darker variations

1#90F9FF
2#64F7FF
3#38F5FF
4#0BF3FF
5#00D3DE
6#00A9B1
7#007E85
8#005459
9#002A2C

Tints

Lighter variations

1#C3FCFF
2#CAFCFF
3#D1FDFF
4#D7FDFF
5#DEFDFF
6#E4FEFF
7#EBFEFF
8#F2FEFF
9#F8FFFF

Tones

Muted variations

1#C0F9FC
2#C3F6F8
3#C7F3F5
4#CAF0F2
5#CDEDEE
6#D1EAEB
7#D4E7E8
8#D7E4E4
9#DBE1E1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFF
BackgroundsSubtle highlightsCard backgrounds
100
DBFD
#DBFDFF
Light backgroundsTable row hoverSkeleton loading
200
BDFC
#BDFCFF
Secondary backgroundsInput backgroundsDividers
300
8AF9
#8AF9FF
BordersInactive statesPlaceholder text
400
4DF6
#4DF6FF
Disabled statesSecondary iconsMuted text
500
1AF4
#1AF4FF
Primary brand colorCTAsActive elementsLinks
600
00D5
#00D5E0
Hover statesFocus ringsPrimary buttons hover
700
00AA
#00AAB3
Active/pressed statesDark mode accentsSecondary text
800
0079
#007980
Text on light backgroundsHeadingsStrong borders
900
004E
#004E52
Primary textHigh emphasis contentDark headings
950
0030
#003033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FEFF;
  --lavender-100: #DBFDFF;
  --lavender-200: #BDFCFF;
  --lavender-300: #8AF9FF;
  --lavender-400: #4DF6FF;
  --lavender-500: #1AF4FF;
  --lavender-600: #00D5E0;
  --lavender-700: #00AAB3;
  --lavender-800: #007980;
  --lavender-900: #004E52;
  --lavender-950: #003033;
}
Generate More ShadesCreate PaletteConvert Color