Lavender

#CDE7EE

Cyan

Color Codes

All color formats for development

HEX
#CDE7EE
RGB
rgb(205, 231, 238)
HSL
hsl(193, 49%, 87%)
OKLCH
oklch(0.911 0.029 215.7)
CMYK
cmyk(14%, 3%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.29:1

AA AAA

On Black Background

16.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E4F2
200
#CEE7
300
#A8D5
400
#7ABF
500
#54AC
600
#398F
700
#2E72
800
#2151
900
#1534
950
#0D21

Shades

Darker variations

1#ADD7E3
2#8BC7D7
3#6AB7CC
4#49A7C1
5#398EA5
6#2D7184
7#225563
8#173942
9#0B1C21

Tints

Lighter variations

1#D3E9F0
2#D7ECF1
3#DCEEF3
4#E1F1F5
5#E6F3F7
6#EBF5F8
7#F0F8FA
8#F5FAFC
9#FAFDFD

Tones

Muted variations

1#CFE6EC
2#D1E5EB
3#D2E4E9
4#D4E3E8
5#D6E2E6
6#D7E2E4
7#D9E1E3
8#DBE0E1
9#DCDFDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E4F2
#E4F2F6
Light backgroundsTable row hoverSkeleton loading
200
CEE7
#CEE7EE
Secondary backgroundsInput backgroundsDividers
300
A8D5
#A8D5E1
BordersInactive statesPlaceholder text
400
7ABF
#7ABFD1
Disabled statesSecondary iconsMuted text
500
54AC
#54ACC4
Primary brand colorCTAsActive elementsLinks
600
398F
#398FA7
Hover statesFocus ringsPrimary buttons hover
700
2E72
#2E7285
Active/pressed statesDark mode accentsSecondary text
800
2151
#21515F
Text on light backgroundsHeadingsStrong borders
900
1534
#15343D
Primary textHigh emphasis contentDark headings
950
0D21
#0D2126
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4F9FB;
  --lavender-100: #E4F2F6;
  --lavender-200: #CEE7EE;
  --lavender-300: #A8D5E1;
  --lavender-400: #7ABFD1;
  --lavender-500: #54ACC4;
  --lavender-600: #398FA7;
  --lavender-700: #2E7285;
  --lavender-800: #21515F;
  --lavender-900: #15343D;
  --lavender-950: #0D2126;
}
Generate More ShadesCreate PaletteConvert Color