Lavender

#BEFDF9

Cyan

Color Codes

All color formats for development

HEX
#BEFDF9
RGB
rgb(190, 253, 249)
HSL
hsl(176, 94%, 87%)
OKLCH
oklch(0.951 0.063 191.3)
CMYK
cmyk(25%, 0%, 2%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.13:1

AA AAA

On Black Background

18.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BFFD
300
#8DFB
400
#52FA
500
#20F8
600
#07DA
700
#05AD
800
#047C
900
#024F
950
#0231

Shades

Darker variations

1#94FCF5
2#69FAF1
3#3EF9ED
4#13F8E8
5#07D7C9
6#05ACA1
7#048179
8#035651
9#012B28

Tints

Lighter variations

1#C5FDF9
2#CCFDFA
3#D2FEFB
4#D8FEFB
5#DFFEFC
6#E5FEFD
7#ECFEFD
8#F2FFFE
9#F9FFFE

Tones

Muted variations

1#C2FAF6
2#C5F7F3
3#C8F4F1
4#CBF1EE
5#CEEDEB
6#D1EAE9
7#D5E7E6
8#D8E4E3
9#DBE1E1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFE
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEFC
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF9
Secondary backgroundsInput backgroundsDividers
300
8DFB
#8DFBF4
BordersInactive statesPlaceholder text
400
52FA
#52FAEE
Disabled statesSecondary iconsMuted text
500
20F8
#20F8EA
Primary brand colorCTAsActive elementsLinks
600
07DA
#07DACC
Hover statesFocus ringsPrimary buttons hover
700
05AD
#05ADA2
Active/pressed statesDark mode accentsSecondary text
800
047C
#047C74
Text on light backgroundsHeadingsStrong borders
900
024F
#024F4A
Primary textHigh emphasis contentDark headings
950
0231
#02312E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFFE;
  --lavender-100: #DCFEFC;
  --lavender-200: #BFFDF9;
  --lavender-300: #8DFBF4;
  --lavender-400: #52FAEE;
  --lavender-500: #20F8EA;
  --lavender-600: #07DACC;
  --lavender-700: #05ADA2;
  --lavender-800: #047C74;
  --lavender-900: #024F4A;
  --lavender-950: #02312E;
}
Generate More ShadesCreate PaletteConvert Color