Lavender

#C8E1F4

Blue

Color Codes

All color formats for development

HEX
#C8E1F4
RGB
rgb(200, 225, 244)
HSL
hsl(206, 67%, 87%)
OKLCH
oklch(0.897 0.037 240.7)
CMYK
cmyk(18%, 8%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E1EF
200
#C8E1
300
#9DCA
400
#6AAE
500
#3F97
600
#257A
700
#1D61
800
#1545
900
#0D2C
950
#081C

Shades

Darker variations

1#A3CDED
2#7EB8E5
3#58A4DE
4#3390D7
5#2579B9
6#1D6194
7#16496F
8#0F304A
9#071825

Tints

Lighter variations

1#CDE4F5
2#D3E7F6
3#D8EAF7
4#DEEDF8
5#E3F0FA
6#E9F3FB
7#EEF6FC
8#F4F9FD
9#F9FCFE

Tones

Muted variations

1#CAE1F2
2#CCE0F0
3#CEE0ED
4#D1E0EB
5#D3DFE9
6#D5DFE7
7#D7DFE5
8#D9DEE2
9#DCDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E1EF
#E1EFF9
Light backgroundsTable row hoverSkeleton loading
200
C8E1
#C8E1F4
Secondary backgroundsInput backgroundsDividers
300
9DCA
#9DCAEC
BordersInactive statesPlaceholder text
400
6AAE
#6AAEE2
Disabled statesSecondary iconsMuted text
500
3F97
#3F97D9
Primary brand colorCTAsActive elementsLinks
600
257A
#257ABB
Hover statesFocus ringsPrimary buttons hover
700
1D61
#1D6195
Active/pressed statesDark mode accentsSecondary text
800
1545
#15456A
Text on light backgroundsHeadingsStrong borders
900
0D2C
#0D2C44
Primary textHigh emphasis contentDark headings
950
081C
#081C2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F8FC;
  --lavender-100: #E1EFF9;
  --lavender-200: #C8E1F4;
  --lavender-300: #9DCAEC;
  --lavender-400: #6AAEE2;
  --lavender-500: #3F97D9;
  --lavender-600: #257ABB;
  --lavender-700: #1D6195;
  --lavender-800: #15456A;
  --lavender-900: #0D2C44;
  --lavender-950: #081C2B;
}
Generate More ShadesCreate PaletteConvert Color