Lavender

#BFF1FC

Cyan

Color Codes

All color formats for development

HEX
#BFF1FC
RGB
rgb(191, 241, 252)
HSL
hsl(191, 91%, 87%)
OKLCH
oklch(0.927 0.053 212.6)
CMYK
cmyk(24%, 4%, 0%, 1%)

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
#DDF7
200
#C0F1
300
#8FE6
400
#55D9
500
#24CE
600
#0AB1
700
#088D
800
#0664
900
#0440
950
#0228

Shades

Darker variations

1#95E8FA
2#6BDEF8
3#41D5F6
4#16CBF4
5#0AAFD4
6#088CA9
7#06697F
8#044655
9#02232A

Tints

Lighter variations

1#C6F2FC
2#CCF4FD
3#D3F5FD
4#D9F7FD
5#DFF8FE
6#E6F9FE
7#ECFBFE
8#F2FCFE
9#F9FEFF

Tones

Muted variations

1#C3EFF9
2#C6EDF6
3#C9EBF3
4#CCE9F0
5#CFE7ED
6#D2E5EA
7#D5E4E7
8#D8E2E4
9#DBE0E1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF7
#DDF7FD
Light backgroundsTable row hoverSkeleton loading
200
C0F1
#C0F1FC
Secondary backgroundsInput backgroundsDividers
300
8FE6
#8FE6FA
BordersInactive statesPlaceholder text
400
55D9
#55D9F7
Disabled statesSecondary iconsMuted text
500
24CE
#24CEF5
Primary brand colorCTAsActive elementsLinks
600
0AB1
#0AB1D6
Hover statesFocus ringsPrimary buttons hover
700
088D
#088DAA
Active/pressed statesDark mode accentsSecondary text
800
0664
#06647A
Text on light backgroundsHeadingsStrong borders
900
0440
#04404E
Primary textHigh emphasis contentDark headings
950
0228
#022831
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FCFE;
  --lavender-100: #DDF7FD;
  --lavender-200: #C0F1FC;
  --lavender-300: #8FE6FA;
  --lavender-400: #55D9F7;
  --lavender-500: #24CEF5;
  --lavender-600: #0AB1D6;
  --lavender-700: #088DAA;
  --lavender-800: #06647A;
  --lavender-900: #04404E;
  --lavender-950: #022831;
}
Generate More ShadesCreate PaletteConvert Color