Lavender

#BEFDF8

Cyan

Color Codes

All color formats for development

HEX
#BEFDF8
RGB
rgb(190, 253, 248)
HSL
hsl(175, 94%, 87%)
OKLCH
oklch(0.95 0.063 190.1)
CMYK
cmyk(25%, 0%, 2%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.13:1

AA AAA

On Black Background

18.60: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#94FCF3
2#69FAEE
3#3EF9E9
4#13F8E5
5#07D7C6
6#05AC9E
7#048177
8#03564F
9#012B28

Tints

Lighter variations

1#C5FDF9
2#CCFDF9
3#D2FEFA
4#D8FEFB
5#DFFEFB
6#E5FEFC
7#ECFEFD
8#F2FFFE
9#F9FFFE

Tones

Muted variations

1#C2FAF5
2#C5F7F3
3#C8F4F0
4#CBF1ED
5#CEEDEB
6#D1EAE8
7#D5E7E6
8#D8E4E3
9#DBE1E0

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFFD;
  --lavender-100: #DCFEFB;
  --lavender-200: #BFFDF8;
  --lavender-300: #8DFBF2;
  --lavender-400: #52FAEC;
  --lavender-500: #20F8E6;
  --lavender-600: #07DAC8;
  --lavender-700: #05AD9F;
  --lavender-800: #047C72;
  --lavender-900: #024F49;
  --lavender-950: #02312D;
}
Generate More ShadesCreate PaletteConvert Color