Lavender

#C9E4F3

Blue

Color Codes

All color formats for development

HEX
#C9E4F3
RGB
rgb(201, 228, 243)
HSL
hsl(201, 64%, 87%)
OKLCH
oklch(0.904 0.035 232.1)
CMYK
cmyk(17%, 6%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.32:1

AA AAA

On Black Background

15.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E2F1
200
#C9E4
300
#9FD0
400
#6DB7
500
#43A2
600
#2886
700
#206A
800
#174C
900
#0F31
950
#091E

Shades

Darker variations

1#A4D2EB
2#80C0E3
3#5BAEDB
4#379DD3
5#2884B6
6#206A92
7#184F6D
8#103549
9#081A24

Tints

Lighter variations

1#CEE7F4
2#D4EAF5
3#D9ECF7
4#DEEFF8
5#E4F2F9
6#E9F4FA
7#EFF7FB
8#F4FAFD
9#FAFCFE

Tones

Muted variations

1#CBE4F1
2#CDE3EF
3#CFE2ED
4#D1E2EB
5#D3E1E8
6#D5E0E6
7#D7E0E4
8#DADFE2
9#DCDEE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FC
BackgroundsSubtle highlightsCard backgrounds
100
E2F1
#E2F1F9
Light backgroundsTable row hoverSkeleton loading
200
C9E4
#C9E4F3
Secondary backgroundsInput backgroundsDividers
300
9FD0
#9FD0EA
BordersInactive statesPlaceholder text
400
6DB7
#6DB7DF
Disabled statesSecondary iconsMuted text
500
43A2
#43A2D6
Primary brand colorCTAsActive elementsLinks
600
2886
#2886B8
Hover statesFocus ringsPrimary buttons hover
700
206A
#206A92
Active/pressed statesDark mode accentsSecondary text
800
174C
#174C69
Text on light backgroundsHeadingsStrong borders
900
0F31
#0F3143
Primary textHigh emphasis contentDark headings
950
091E
#091E2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F9FC;
  --lavender-100: #E2F1F9;
  --lavender-200: #C9E4F3;
  --lavender-300: #9FD0EA;
  --lavender-400: #6DB7DF;
  --lavender-500: #43A2D6;
  --lavender-600: #2886B8;
  --lavender-700: #206A92;
  --lavender-800: #174C69;
  --lavender-900: #0F3143;
  --lavender-950: #091E2A;
}
Generate More ShadesCreate PaletteConvert Color