Lavender

#BFFDF7

Cyan

Color Codes

All color formats for development

HEX
#BFFDF7
RGB
rgb(191, 253, 247)
HSL
hsl(174, 94%, 87%)
OKLCH
oklch(0.951 0.063 188.8)
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#94FCF1
2#69FAEC
3#3EF9E6
4#13F8E1
5#07D7C2
6#05AC9B
7#048175
8#03564E
9#012B27

Tints

Lighter variations

1#C5FDF8
2#CCFDF8
3#D2FEF9
4#D8FEFA
5#DFFEFB
6#E5FEFC
7#ECFEFD
8#F2FFFD
9#F9FFFE

Tones

Muted variations

1#C2FAF4
2#C5F7F2
3#C8F4EF
4#CBF1ED
5#CEEDEA
6#D1EAE8
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
#DCFEFB
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF7
Secondary backgroundsInput backgroundsDividers
300
8DFB
#8DFBF0
BordersInactive statesPlaceholder text
400
52FA
#52FAE9
Disabled statesSecondary iconsMuted text
500
20F8
#20F8E3
Primary brand colorCTAsActive elementsLinks
600
07DA
#07DAC5
Hover statesFocus ringsPrimary buttons hover
700
05AD
#05AD9C
Active/pressed statesDark mode accentsSecondary text
800
047C
#047C70
Text on light backgroundsHeadingsStrong borders
900
024F
#024F47
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: #BFFDF7;
  --lavender-300: #8DFBF0;
  --lavender-400: #52FAE9;
  --lavender-500: #20F8E3;
  --lavender-600: #07DAC5;
  --lavender-700: #05AD9C;
  --lavender-800: #047C70;
  --lavender-900: #024F47;
  --lavender-950: #02312D;
}
Generate More ShadesCreate PaletteConvert Color