Lavender

#C1E2FB

Blue

Color Codes

All color formats for development

HEX
#C1E2FB
RGB
rgb(193, 226, 251)
HSL
hsl(206, 88%, 87%)
OKLCH
oklch(0.897 0.049 240.8)
CMYK
cmyk(23%, 10%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F8
100
#DDEF
200
#C1E2
300
#91CB
400
#57B0
500
#279A
600
#0D7D
700
#0B64
800
#0847
900
#052E
950
#031C

Shades

Darker variations

1#97CEF8
2#6DBBF6
3#44A7F3
4#1A93F0
5#0D7CD1
6#0B63A7
7#084A7D
8#053253
9#03192A

Tints

Lighter variations

1#C7E5FB
2#CDE8FC
3#D3EBFC
4#DAEDFD
5#E0F0FD
6#E6F3FD
7#ECF6FE
8#F3F9FE
9#F9FCFF

Tones

Muted variations

1#C4E1F8
2#C7E1F5
3#C9E1F2
4#CCE0EF
5#CFE0EC
6#D2DFEA
7#D5DFE7
8#D8DFE4
9#DBDEE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F8
#F1F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEF
#DDEFFD
Light backgroundsTable row hoverSkeleton loading
200
C1E2
#C1E2FB
Secondary backgroundsInput backgroundsDividers
300
91CB
#91CBF8
BordersInactive statesPlaceholder text
400
57B0
#57B0F4
Disabled statesSecondary iconsMuted text
500
279A
#279AF1
Primary brand colorCTAsActive elementsLinks
600
0D7D
#0D7DD3
Hover statesFocus ringsPrimary buttons hover
700
0B64
#0B64A8
Active/pressed statesDark mode accentsSecondary text
800
0847
#084778
Text on light backgroundsHeadingsStrong borders
900
052E
#052E4D
Primary textHigh emphasis contentDark headings
950
031C
#031C30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1F8FE;
  --lavender-100: #DDEFFD;
  --lavender-200: #C1E2FB;
  --lavender-300: #91CBF8;
  --lavender-400: #57B0F4;
  --lavender-500: #279AF1;
  --lavender-600: #0D7DD3;
  --lavender-700: #0B64A8;
  --lavender-800: #084778;
  --lavender-900: #052E4D;
  --lavender-950: #031C30;
}
Generate More ShadesCreate PaletteConvert Color