Lavender

#BDFEF4

Cyan

Color Codes

All color formats for development

HEX
#BDFEF4
RGB
rgb(189, 254, 244)
HSL
hsl(171, 97%, 87%)
OKLCH
oklch(0.951 0.066 184.4)
CMYK
cmyk(26%, 0%, 4%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.13:1

AA AAA

On Black Background

18.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DCFE
200
#BEFE
300
#8BFD
400
#4FFC
500
#1DFC
600
#03DD
700
#03B0
800
#027E
900
#0150
950
#0132

Shades

Darker variations

1#92FDED
2#66FDE6
3#3BFCDF
4#0FFBD8
5#03DBBA
6#03AF95
7#028370
8#01574A
9#012C25

Tints

Lighter variations

1#C4FEF5
2#CBFEF6
3#D1FEF8
4#D8FEF9
5#DEFFFA
6#E5FFFB
7#EBFFFC
8#F2FFFD
9#F8FFFE

Tones

Muted variations

1#C1FBF2
2#C4F8F0
3#C7F4EE
4#CBF1EB
5#CEEEE9
6#D1EBE7
7#D4E7E5
8#D7E4E2
9#DBE1E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFD
BackgroundsSubtle highlightsCard backgrounds
100
DCFE
#DCFEF9
Light backgroundsTable row hoverSkeleton loading
200
BEFE
#BEFEF4
Secondary backgroundsInput backgroundsDividers
300
8BFD
#8BFDEC
BordersInactive statesPlaceholder text
400
4FFC
#4FFCE2
Disabled statesSecondary iconsMuted text
500
1DFC
#1DFCDA
Primary brand colorCTAsActive elementsLinks
600
03DD
#03DDBC
Hover statesFocus ringsPrimary buttons hover
700
03B0
#03B096
Active/pressed statesDark mode accentsSecondary text
800
027E
#027E6B
Text on light backgroundsHeadingsStrong borders
900
0150
#015045
Primary textHigh emphasis contentDark headings
950
0132
#01322B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFFD;
  --lavender-100: #DCFEF9;
  --lavender-200: #BEFEF4;
  --lavender-300: #8BFDEC;
  --lavender-400: #4FFCE2;
  --lavender-500: #1DFCDA;
  --lavender-600: #03DDBC;
  --lavender-700: #03B096;
  --lavender-800: #027E6B;
  --lavender-900: #015045;
  --lavender-950: #01322B;
}
Generate More ShadesCreate PaletteConvert Color