Lavender

#C5DAFC

Blue

Color Codes

All color formats for development

HEX
#C5DAFC
RGB
rgb(197, 218, 252)
HSL
hsl(217, 90%, 88%)
OKLCH
oklch(0.884 0.052 260)
CMYK
cmyk(22%, 13%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#C0D7
300
#90B8
400
#5593
500
#2574
600
#0B59
700
#0947
800
#0632
900
#0420
950
#0314

Shades

Darker variations

1#9ABFFA
2#70A4F7
3#4589F5
4#1A6DF3
5#0B59D5
6#0947AB
7#073580
8#042355
9#02122B

Tints

Lighter variations

1#CBDEFC
2#D0E1FD
3#D6E5FD
4#DCE9FD
5#E2ECFD
6#E8F0FE
7#EEF4FE
8#F3F8FE
9#F9FBFF

Tones

Muted variations

1#C8DBF9
2#CADBF6
3#CDDCF4
4#D0DDF1
5#D3DDEE
6#D5DEEB
7#D8DEE9
8#DBDFE6
9#DEE0E3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C0D7
#C0D7FC
Secondary backgroundsInput backgroundsDividers
300
90B8
#90B8F9
BordersInactive statesPlaceholder text
400
5593
#5593F6
Disabled statesSecondary iconsMuted text
500
2574
#2574F4
Primary brand colorCTAsActive elementsLinks
600
0B59
#0B59D5
Hover statesFocus ringsPrimary buttons hover
700
0947
#0947AA
Active/pressed statesDark mode accentsSecondary text
800
0632
#063279
Text on light backgroundsHeadingsStrong borders
900
0420
#04204E
Primary textHigh emphasis contentDark headings
950
0314
#031430
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0F6FE;
  --lavender-100: #DDE9FD;
  --lavender-200: #C0D7FC;
  --lavender-300: #90B8F9;
  --lavender-400: #5593F6;
  --lavender-500: #2574F4;
  --lavender-600: #0B59D5;
  --lavender-700: #0947AA;
  --lavender-800: #063279;
  --lavender-900: #04204E;
  --lavender-950: #031430;
}
Generate More ShadesCreate PaletteConvert Color