Lavender

#C7DBF5

Blue

Color Codes

All color formats for development

HEX
#C7DBF5
RGB
rgb(199, 219, 245)
HSL
hsl(214, 70%, 87%)
OKLCH
oklch(0.885 0.042 255)
CMYK
cmyk(19%, 11%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F7
100
#E1EB
200
#C7DB
300
#9BBF
400
#679D
500
#3C82
600
#2266
700
#1B51
800
#133A
900
#0C25
950
#0817

Shades

Darker variations

1#A1C3EE
2#7BAAE8
3#5692E1
4#307ADA
5#2165BD
6#1B5097
7#143C71
8#0D284B
9#071426

Tints

Lighter variations

1#CCDEF6
2#D2E2F7
3#D8E6F8
4#DDE9F9
5#E3EDFA
6#E8F1FB
7#EEF4FC
8#F4F8FD
9#F9FBFE

Tones

Muted variations

1#C9DBF3
2#CBDBF0
3#CEDCEE
4#D0DCEC
5#D2DCE9
6#D5DDE7
7#D7DDE5
8#D9DDE2
9#DCDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F7
#F2F7FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EB
#E1EBFA
Light backgroundsTable row hoverSkeleton loading
200
C7DB
#C7DBF5
Secondary backgroundsInput backgroundsDividers
300
9BBF
#9BBFED
BordersInactive statesPlaceholder text
400
679D
#679DE4
Disabled statesSecondary iconsMuted text
500
3C82
#3C82DD
Primary brand colorCTAsActive elementsLinks
600
2266
#2266BF
Hover statesFocus ringsPrimary buttons hover
700
1B51
#1B5198
Active/pressed statesDark mode accentsSecondary text
800
133A
#133A6C
Text on light backgroundsHeadingsStrong borders
900
0C25
#0C2545
Primary textHigh emphasis contentDark headings
950
0817
#08172B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F7FD;
  --lavender-100: #E1EBFA;
  --lavender-200: #C7DBF5;
  --lavender-300: #9BBFED;
  --lavender-400: #679DE4;
  --lavender-500: #3C82DD;
  --lavender-600: #2266BF;
  --lavender-700: #1B5198;
  --lavender-800: #133A6C;
  --lavender-900: #0C2545;
  --lavender-950: #08172B;
}
Generate More ShadesCreate PaletteConvert Color