Lavender

#C9E5F3

Blue

Color Codes

All color formats for development

HEX
#C9E5F3
RGB
rgb(201, 229, 243)
HSL
hsl(200, 64%, 87%)
OKLCH
oklch(0.906 0.035 229.3)
CMYK
cmyk(17%, 6%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.31:1

AA AAA

On Black Background

15.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E2F1
200
#C9E5
300
#9FD1
400
#6DB9
500
#43A5
600
#2888
700
#206C
800
#174D
900
#0F32
950
#091F

Shades

Darker variations

1#A4D3EB
2#80C2E3
3#5BB1DB
4#379FD3
5#2887B6
6#206C92
7#18516D
8#103649
9#081B24

Tints

Lighter variations

1#CEE8F4
2#D4EAF5
3#D9EDF7
4#DEEFF8
5#E4F2F9
6#E9F5FA
7#EFF7FB
8#F4FAFD
9#FAFCFE

Tones

Muted variations

1#CBE4F1
2#CDE4EF
3#CFE3ED
4#D1E2EB
5#D3E1E8
6#D5E1E6
7#D7E0E4
8#DADFE2
9#DCDFE0

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
C9E5
#C9E5F3
Secondary backgroundsInput backgroundsDividers
300
9FD1
#9FD1EA
BordersInactive statesPlaceholder text
400
6DB9
#6DB9DF
Disabled statesSecondary iconsMuted text
500
43A5
#43A5D6
Primary brand colorCTAsActive elementsLinks
600
2888
#2888B8
Hover statesFocus ringsPrimary buttons hover
700
206C
#206C92
Active/pressed statesDark mode accentsSecondary text
800
174D
#174D69
Text on light backgroundsHeadingsStrong borders
900
0F32
#0F3243
Primary textHigh emphasis contentDark headings
950
091F
#091F2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2F9FC;
  --lavender-100: #E2F1F9;
  --lavender-200: #C9E5F3;
  --lavender-300: #9FD1EA;
  --lavender-400: #6DB9DF;
  --lavender-500: #43A5D6;
  --lavender-600: #2888B8;
  --lavender-700: #206C92;
  --lavender-800: #174D69;
  --lavender-900: #0F3243;
  --lavender-950: #091F2A;
}
Generate More ShadesCreate PaletteConvert Color