Lavender

#CFE0ED

Blue

Color Codes

All color formats for development

HEX
#CFE0ED
RGB
rgb(207, 224, 237)
HSL
hsl(206, 45%, 87%)
OKLCH
oklch(0.898 0.026 240.7)
CMYK
cmyk(13%, 5%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.35:1

AA AAA

On Black Background

15.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E5EE
200
#CFE0
300
#AAC8
400
#7EAB
500
#5993
600
#3E77
700
#315F
800
#2344
900
#162B
950
#0E1B

Shades

Darker variations

1#AFCBE1
2#8FB6D4
3#6EA1C8
4#4E8CBC
5#3D76A1
6#315E81
7#254761
8#182F40
9#0C1820

Tints

Lighter variations

1#D4E3EF
2#D9E6F0
3#DDE9F2
4#E2ECF4
5#E7EFF6
6#ECF3F8
7#F1F6FA
8#F5F9FB
9#FAFCFD

Tones

Muted variations

1#D0E0EB
2#D2DFEA
3#D3DFE8
4#D5DFE7
5#D6DFE5
6#D8DFE4
7#D9DEE2
8#DBDEE1
9#DCDEDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EE
#E5EEF5
Light backgroundsTable row hoverSkeleton loading
200
CFE0
#CFE0ED
Secondary backgroundsInput backgroundsDividers
300
AAC8
#AAC8DF
BordersInactive statesPlaceholder text
400
7EAB
#7EABCE
Disabled statesSecondary iconsMuted text
500
5993
#5993C0
Primary brand colorCTAsActive elementsLinks
600
3E77
#3E77A3
Hover statesFocus ringsPrimary buttons hover
700
315F
#315F81
Active/pressed statesDark mode accentsSecondary text
800
2344
#23445C
Text on light backgroundsHeadingsStrong borders
900
162B
#162B3B
Primary textHigh emphasis contentDark headings
950
0E1B
#0E1B25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F8FB;
  --lavender-100: #E5EEF5;
  --lavender-200: #CFE0ED;
  --lavender-300: #AAC8DF;
  --lavender-400: #7EABCE;
  --lavender-500: #5993C0;
  --lavender-600: #3E77A3;
  --lavender-700: #315F81;
  --lavender-800: #23445C;
  --lavender-900: #162B3B;
  --lavender-950: #0E1B25;
}
Generate More ShadesCreate PaletteConvert Color