Lavender

#C8D4F4

Blue

Color Codes

All color formats for development

HEX
#C8D4F4
RGB
rgb(200, 212, 244)
HSL
hsl(224, 67%, 87%)
OKLCH
oklch(0.871 0.046 269.1)
CMYK
cmyk(18%, 13%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.48:1

AA AAA

On Black Background

14.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E1E8
200
#C8D3
300
#9DB2
400
#6A8A
500
#3F68
600
#254D
700
#1D3D
800
#152C
900
#0D1C
950
#0812

Shades

Darker variations

1#A3B6ED
2#7E99E5
3#587CDE
4#335FD7
5#254CB9
6#1D3D94
7#162E6F
8#0F1E4A
9#070F25

Tints

Lighter variations

1#CDD8F5
2#D3DCF6
3#D8E1F7
4#DEE5F8
5#E3E9FA
6#E9EEFB
7#EEF2FC
8#F4F6FD
9#F9FBFE

Tones

Muted variations

1#CAD5F2
2#CCD6F0
3#CED7ED
4#D1D8EB
5#D3D9E9
6#D5DAE7
7#D7DBE5
8#D9DCE2
9#DCDDE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FC
BackgroundsSubtle highlightsCard backgrounds
100
E1E8
#E1E8F9
Light backgroundsTable row hoverSkeleton loading
200
C8D3
#C8D3F4
Secondary backgroundsInput backgroundsDividers
300
9DB2
#9DB2EC
BordersInactive statesPlaceholder text
400
6A8A
#6A8AE2
Disabled statesSecondary iconsMuted text
500
3F68
#3F68D9
Primary brand colorCTAsActive elementsLinks
600
254D
#254DBB
Hover statesFocus ringsPrimary buttons hover
700
1D3D
#1D3D95
Active/pressed statesDark mode accentsSecondary text
800
152C
#152C6A
Text on light backgroundsHeadingsStrong borders
900
0D1C
#0D1C44
Primary textHigh emphasis contentDark headings
950
0812
#08122B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F5FC;
  --lavender-100: #E1E8F9;
  --lavender-200: #C8D3F4;
  --lavender-300: #9DB2EC;
  --lavender-400: #6A8AE2;
  --lavender-500: #3F68D9;
  --lavender-600: #254DBB;
  --lavender-700: #1D3D95;
  --lavender-800: #152C6A;
  --lavender-900: #0D1C44;
  --lavender-950: #08122B;
}
Generate More ShadesCreate PaletteConvert Color