Lavender

#C1ECFB

Blue

Color Codes

All color formats for development

HEX
#C1ECFB
RGB
rgb(193, 236, 251)
HSL
hsl(196, 88%, 87%)
OKLCH
oklch(0.918 0.049 221)
CMYK
cmyk(23%, 6%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DDF4
200
#C1EB
300
#91DC
400
#57CA
500
#27BB
600
#0D9E
700
#0B7E
800
#085A
900
#053A
950
#0324

Shades

Darker variations

1#97DEF8
2#6DD1F6
3#44C4F3
4#1AB7F0
5#0D9CD1
6#0B7DA7
7#085E7D
8#053F53
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#C4EAF8
2#C7E9F5
3#C9E7F2
4#CCE6EF
5#CFE5EC
6#D2E3EA
7#D5E2E7
8#D8E1E4
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
C1EB
#C1EBFB
Secondary backgroundsInput backgroundsDividers
300
91DC
#91DCF8
BordersInactive statesPlaceholder text
400
57CA
#57CAF4
Disabled statesSecondary iconsMuted text
500
27BB
#27BBF1
Primary brand colorCTAsActive elementsLinks
600
0D9E
#0D9ED3
Hover statesFocus ringsPrimary buttons hover
700
0B7E
#0B7EA8
Active/pressed statesDark mode accentsSecondary text
800
085A
#085A78
Text on light backgroundsHeadingsStrong borders
900
053A
#053A4D
Primary textHigh emphasis contentDark headings
950
0324
#032430
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FAFE;
  --lavender-100: #DDF4FD;
  --lavender-200: #C1EBFB;
  --lavender-300: #91DCF8;
  --lavender-400: #57CAF4;
  --lavender-500: #27BBF1;
  --lavender-600: #0D9ED3;
  --lavender-700: #0B7EA8;
  --lavender-800: #085A78;
  --lavender-900: #053A4D;
  --lavender-950: #032430;
}
Generate More ShadesCreate PaletteConvert Color