Lavender

#CEE2EE

Blue

Color Codes

All color formats for development

HEX
#CEE2EE
RGB
rgb(206, 226, 238)
HSL
hsl(203, 48%, 87%)
OKLCH
oklch(0.902 0.027 234)
CMYK
cmyk(13%, 5%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.33:1

AA AAA

On Black Background

15.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E5EF
200
#CEE2
300
#A8CB
400
#7BB0
500
#5599
600
#3A7D
700
#2E63
800
#2147
900
#152D
950
#0D1C

Shades

Darker variations

1#ADCEE2
2#8CBAD7
3#6BA6CB
4#4B93C0
5#3A7BA4
6#2E6383
7#234A63
8#173142
9#0C1921

Tints

Lighter variations

1#D3E5EF
2#D8E7F1
3#DDEAF3
4#E2EDF5
5#E6F0F6
6#EBF3F8
7#F0F6FA
8#F5F9FC
9#FAFCFD

Tones

Muted variations

1#D0E1EC
2#D1E1EB
3#D3E0E9
4#D4E0E7
5#D6E0E6
6#D7DFE4
7#D9DFE3
8#DBDFE1
9#DCDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EF
#E5EFF6
Light backgroundsTable row hoverSkeleton loading
200
CEE2
#CEE2EE
Secondary backgroundsInput backgroundsDividers
300
A8CB
#A8CBE1
BordersInactive statesPlaceholder text
400
7BB0
#7BB0D1
Disabled statesSecondary iconsMuted text
500
5599
#5599C3
Primary brand colorCTAsActive elementsLinks
600
3A7D
#3A7DA6
Hover statesFocus ringsPrimary buttons hover
700
2E63
#2E6384
Active/pressed statesDark mode accentsSecondary text
800
2147
#21475E
Text on light backgroundsHeadingsStrong borders
900
152D
#152D3C
Primary textHigh emphasis contentDark headings
950
0D1C
#0D1C26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F8FB;
  --lavender-100: #E5EFF6;
  --lavender-200: #CEE2EE;
  --lavender-300: #A8CBE1;
  --lavender-400: #7BB0D1;
  --lavender-500: #5599C3;
  --lavender-600: #3A7DA6;
  --lavender-700: #2E6384;
  --lavender-800: #21475E;
  --lavender-900: #152D3C;
  --lavender-950: #0D1C26;
}
Generate More ShadesCreate PaletteConvert Color