Lavender

#BEF1FE

Cyan

Color Codes

All color formats for development

HEX
#BEF1FE
RGB
rgb(190, 241, 254)
HSL
hsl(192, 97%, 87%)
OKLCH
oklch(0.927 0.055 215)
CMYK
cmyk(25%, 5%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.22:1

AA AAA

On Black Background

17.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF8
200
#BEF1
300
#8BE6
400
#4FDA
500
#1DCF
600
#03B2
700
#038D
800
#0265
900
#0141
950
#0128

Shades

Darker variations

1#92E8FD
2#66DFFD
3#3BD5FC
4#0FCCFB
5#03AFDB
6#038CAF
7#026983
8#014657
9#01232C

Tints

Lighter variations

1#C4F3FE
2#CBF4FE
3#D1F5FE
4#D8F7FE
5#DEF8FF
6#E5F9FF
7#EBFBFF
8#F2FCFF
9#F8FEFF

Tones

Muted variations

1#C1EFFB
2#C4EDF8
3#C7EBF4
4#CBE9F1
5#CEE7EE
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
BEF1
#BEF1FE
Secondary backgroundsInput backgroundsDividers
300
8BE6
#8BE6FD
BordersInactive statesPlaceholder text
400
4FDA
#4FDAFC
Disabled statesSecondary iconsMuted text
500
1DCF
#1DCFFC
Primary brand colorCTAsActive elementsLinks
600
03B2
#03B2DD
Hover statesFocus ringsPrimary buttons hover
700
038D
#038DB0
Active/pressed statesDark mode accentsSecondary text
800
0265
#02657E
Text on light backgroundsHeadingsStrong borders
900
0141
#014150
Primary textHigh emphasis contentDark headings
950
0128
#012832
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FCFF;
  --lavender-100: #DCF8FE;
  --lavender-200: #BEF1FE;
  --lavender-300: #8BE6FD;
  --lavender-400: #4FDAFC;
  --lavender-500: #1DCFFC;
  --lavender-600: #03B2DD;
  --lavender-700: #038DB0;
  --lavender-800: #02657E;
  --lavender-900: #014150;
  --lavender-950: #012832;
}
Generate More ShadesCreate PaletteConvert Color