Lavender

#CEE6EE

Blue

Color Codes

All color formats for development

HEX
#CEE6EE
RGB
rgb(206, 230, 238)
HSL
hsl(195, 48%, 87%)
OKLCH
oklch(0.91 0.028 219.8)
CMYK
cmyk(13%, 3%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.30:1

AA AAA

On Black Background

16.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E5F1
200
#CEE6
300
#A8D2
400
#7BBB
500
#55A8
600
#3A8B
700
#2E6F
800
#214F
900
#1533
950
#0D20

Shades

Darker variations

1#ADD5E2
2#8CC4D7
3#6BB3CB
4#4BA2C0
5#3A8AA4
6#2E6E83
7#235363
8#173742
9#0C1C21

Tints

Lighter variations

1#D3E8EF
2#D8EBF1
3#DDEDF3
4#E2F0F5
5#E6F2F6
6#EBF5F8
7#F0F7FA
8#F5FAFC
9#FAFCFD

Tones

Muted variations

1#D0E5EC
2#D1E4EB
3#D3E3E9
4#D4E3E7
5#D6E2E6
6#D7E1E4
7#D9E0E3
8#DBDFE1
9#DCDFDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E5F1
#E5F1F6
Light backgroundsTable row hoverSkeleton loading
200
CEE6
#CEE6EE
Secondary backgroundsInput backgroundsDividers
300
A8D2
#A8D2E1
BordersInactive statesPlaceholder text
400
7BBB
#7BBBD1
Disabled statesSecondary iconsMuted text
500
55A8
#55A8C3
Primary brand colorCTAsActive elementsLinks
600
3A8B
#3A8BA6
Hover statesFocus ringsPrimary buttons hover
700
2E6F
#2E6F84
Active/pressed statesDark mode accentsSecondary text
800
214F
#214F5E
Text on light backgroundsHeadingsStrong borders
900
1533
#15333C
Primary textHigh emphasis contentDark headings
950
0D20
#0D2026
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F9FB;
  --lavender-100: #E5F1F6;
  --lavender-200: #CEE6EE;
  --lavender-300: #A8D2E1;
  --lavender-400: #7BBBD1;
  --lavender-500: #55A8C3;
  --lavender-600: #3A8BA6;
  --lavender-700: #2E6F84;
  --lavender-800: #214F5E;
  --lavender-900: #15333C;
  --lavender-950: #0D2026;
}
Generate More ShadesCreate PaletteConvert Color