Lavender

#BEFDF6

Cyan

Color Codes

All color formats for development

HEX
#BEFDF6
RGB
rgb(190, 253, 246)
HSL
hsl(173, 94%, 87%)
OKLCH
oklch(0.95 0.064 187.7)
CMYK
cmyk(25%, 0%, 3%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.13:1

AA AAA

On Black Background

18.57: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#94FCF0
2#69FAE9
3#3EF9E3
4#13F8DD
5#07D7BF
6#05AC99
7#048173
8#03564C
9#012B26

Tints

Lighter variations

1#C5FDF7
2#CCFDF8
3#D2FEF9
4#D8FEF9
5#DFFEFA
6#E5FEFB
7#ECFEFC
8#F2FFFD
9#F9FFFE

Tones

Muted variations

1#C2FAF3
2#C5F7F1
3#C8F4EF
4#CBF1EC
5#CEEDEA
6#D1EAE7
7#D5E7E5
8#D8E4E3
9#DBE1E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEFA
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF6
Secondary backgroundsInput backgroundsDividers
300
8DFB
#8DFBEF
BordersInactive statesPlaceholder text
400
52FA
#52FAE6
Disabled statesSecondary iconsMuted text
500
20F8
#20F8DF
Primary brand colorCTAsActive elementsLinks
600
07DA
#07DAC1
Hover statesFocus ringsPrimary buttons hover
700
05AD
#05AD9A
Active/pressed statesDark mode accentsSecondary text
800
047C
#047C6E
Text on light backgroundsHeadingsStrong borders
900
024F
#024F46
Primary textHigh emphasis contentDark headings
950
0231
#02312C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFFD;
  --lavender-100: #DCFEFA;
  --lavender-200: #BFFDF6;
  --lavender-300: #8DFBEF;
  --lavender-400: #52FAE6;
  --lavender-500: #20F8DF;
  --lavender-600: #07DAC1;
  --lavender-700: #05AD9A;
  --lavender-800: #047C6E;
  --lavender-900: #024F46;
  --lavender-950: #02312C;
}
Generate More ShadesCreate PaletteConvert Color