Lavender

#C4EBF8

Blue

Color Codes

All color formats for development

HEX
#C4EBF8
RGB
rgb(196, 235, 248)
HSL
hsl(195, 79%, 87%)
OKLCH
oklch(0.916 0.044 220)
CMYK
cmyk(21%, 5%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.27:1

AA AAA

On Black Background

16.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FA
100
#DFF4
200
#C4EB
300
#96DC
400
#5FC9
500
#32BA
600
#189D
700
#137D
800
#0D59
900
#0939
950
#0524

Shades

Darker variations

1#9CDEF3
2#74D0EF
3#4DC3EA
4#25B5E5
5#179BC7
6#137C9F
7#0E5D77
8#093E4F
9#051F28

Tints

Lighter variations

1#CAEDF9
2#D0EFF9
3#D5F1FA
4#DBF3FB
5#E1F5FC
6#E7F7FC
7#EDF9FD
8#F3FBFE
9#F9FDFE

Tones

Muted variations

1#C6EAF5
2#C9E8F3
3#CCE7F0
4#CEE6EE
5#D1E4EB
6#D3E3E8
7#D6E2E6
8#D9E0E3
9#DBDFE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FA
#F1FAFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF4
#DFF4FB
Light backgroundsTable row hoverSkeleton loading
200
C4EB
#C4EBF8
Secondary backgroundsInput backgroundsDividers
300
96DC
#96DCF3
BordersInactive statesPlaceholder text
400
5FC9
#5FC9EC
Disabled statesSecondary iconsMuted text
500
32BA
#32BAE7
Primary brand colorCTAsActive elementsLinks
600
189D
#189DC9
Hover statesFocus ringsPrimary buttons hover
700
137D
#137DA0
Active/pressed statesDark mode accentsSecondary text
800
0D59
#0D5972
Text on light backgroundsHeadingsStrong borders
900
0939
#093949
Primary textHigh emphasis contentDark headings
950
0524
#05242E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FAFD;
  --lavender-100: #DFF4FB;
  --lavender-200: #C4EBF8;
  --lavender-300: #96DCF3;
  --lavender-400: #5FC9EC;
  --lavender-500: #32BAE7;
  --lavender-600: #189DC9;
  --lavender-700: #137DA0;
  --lavender-800: #0D5972;
  --lavender-900: #093949;
  --lavender-950: #05242E;
}
Generate More ShadesCreate PaletteConvert Color