Lavender

#C1EBFB

Blue

Color Codes

All color formats for development

HEX
#C1EBFB
RGB
rgb(193, 235, 251)
HSL
hsl(197, 88%, 87%)
OKLCH
oklch(0.915 0.049 223)
CMYK
cmyk(23%, 6%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.27:1

AA AAA

On Black Background

16.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DDF4
200
#C1EA
300
#91DB
400
#57C8
500
#27B8
600
#0D9B
700
#0B7B
800
#0858
900
#0538
950
#0323

Shades

Darker variations

1#97DDF8
2#6DCFF6
3#44C1F3
4#1AB4F0
5#0D99D1
6#0B7BA7
7#085C7D
8#053D53
9#031F2A

Tints

Lighter variations

1#C7EDFB
2#CDEFFC
3#D3F1FC
4#DAF3FD
5#E0F5FD
6#E6F7FD
7#ECF9FE
8#F3FBFE
9#F9FDFF

Tones

Muted variations

1#C4E9F8
2#C7E8F5
3#C9E7F2
4#CCE5EF
5#CFE4EC
6#D2E3EA
7#D5E2E7
8#D8E0E4
9#DBDFE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF4
#DDF4FD
Light backgroundsTable row hoverSkeleton loading
200
C1EA
#C1EAFB
Secondary backgroundsInput backgroundsDividers
300
91DB
#91DBF8
BordersInactive statesPlaceholder text
400
57C8
#57C8F4
Disabled statesSecondary iconsMuted text
500
27B8
#27B8F1
Primary brand colorCTAsActive elementsLinks
600
0D9B
#0D9BD3
Hover statesFocus ringsPrimary buttons hover
700
0B7B
#0B7BA8
Active/pressed statesDark mode accentsSecondary text
800
0858
#085878
Text on light backgroundsHeadingsStrong borders
900
0538
#05384D
Primary textHigh emphasis contentDark headings
950
0323
#032330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FAFE;
  --lavender-100: #DDF4FD;
  --lavender-200: #C1EAFB;
  --lavender-300: #91DBF8;
  --lavender-400: #57C8F4;
  --lavender-500: #27B8F1;
  --lavender-600: #0D9BD3;
  --lavender-700: #0B7BA8;
  --lavender-800: #085878;
  --lavender-900: #05384D;
  --lavender-950: #032330;
}
Generate More ShadesCreate PaletteConvert Color