Lavender

#BDF2FE

Cyan

Color Codes

All color formats for development

HEX
#BDF2FE
RGB
rgb(189, 242, 254)
HSL
hsl(191, 97%, 87%)
OKLCH
oklch(0.929 0.056 213.1)
CMYK
cmyk(26%, 5%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF8
200
#BEF2
300
#8BE8
400
#4FDD
500
#1DD3
600
#03B5
700
#0390
800
#0267
900
#0142
950
#0129

Shades

Darker variations

1#92EAFD
2#66E1FD
3#3BD9FC
4#0FD0FB
5#03B3DB
6#038FAF
7#026B83
8#014857
9#01242C

Tints

Lighter variations

1#C4F3FE
2#CBF5FE
3#D1F6FE
4#D8F7FE
5#DEF9FF
6#E5FAFF
7#EBFBFF
8#F2FCFF
9#F8FEFF

Tones

Muted variations

1#C1F0FB
2#C4EEF8
3#C7ECF4
4#CBEAF1
5#CEE8EE
6#D1E6EB
7#D4E4E7
8#D7E2E4
9#DBE0E1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF8
#DCF8FE
Light backgroundsTable row hoverSkeleton loading
200
BEF2
#BEF2FE
Secondary backgroundsInput backgroundsDividers
300
8BE8
#8BE8FD
BordersInactive statesPlaceholder text
400
4FDD
#4FDDFC
Disabled statesSecondary iconsMuted text
500
1DD3
#1DD3FC
Primary brand colorCTAsActive elementsLinks
600
03B5
#03B5DD
Hover statesFocus ringsPrimary buttons hover
700
0390
#0390B0
Active/pressed statesDark mode accentsSecondary text
800
0267
#02677E
Text on light backgroundsHeadingsStrong borders
900
0142
#014250
Primary textHigh emphasis contentDark headings
950
0129
#012932
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FCFF;
  --lavender-100: #DCF8FE;
  --lavender-200: #BEF2FE;
  --lavender-300: #8BE8FD;
  --lavender-400: #4FDDFC;
  --lavender-500: #1DD3FC;
  --lavender-600: #03B5DD;
  --lavender-700: #0390B0;
  --lavender-800: #02677E;
  --lavender-900: #014250;
  --lavender-950: #012932;
}
Generate More ShadesCreate PaletteConvert Color