Lavender

#CDE9EE

Cyan

Color Codes

All color formats for development

HEX
#CDE9EE
RGB
rgb(205, 233, 238)
HSL
hsl(189, 49%, 87%)
OKLCH
oklch(0.915 0.03 209.6)
CMYK
cmyk(14%, 2%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.27:1

AA AAA

On Black Background

16.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E4F3
200
#CEE9
300
#A8D8
400
#7AC4
500
#54B4
600
#3997
700
#2E78
800
#2156
900
#1537
950
#0D22

Shades

Darker variations

1#ADDBE3
2#8BCCD7
3#6ABDCC
4#49AFC1
5#3995A5
6#2D7784
7#225963
8#173C42
9#0B1E21

Tints

Lighter variations

1#D3EBF0
2#D7EEF1
3#DCF0F3
4#E1F2F5
5#E6F4F7
6#EBF6F8
7#F0F8FA
8#F5FBFC
9#FAFDFD

Tones

Muted variations

1#CFE8EC
2#D1E7EB
3#D2E6E9
4#D4E5E8
5#D6E4E6
6#D7E2E4
7#D9E1E3
8#DBE0E1
9#DCDFDF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E4F3
#E4F3F6
Light backgroundsTable row hoverSkeleton loading
200
CEE9
#CEE9EE
Secondary backgroundsInput backgroundsDividers
300
A8D8
#A8D8E1
BordersInactive statesPlaceholder text
400
7AC4
#7AC4D1
Disabled statesSecondary iconsMuted text
500
54B4
#54B4C4
Primary brand colorCTAsActive elementsLinks
600
3997
#3997A7
Hover statesFocus ringsPrimary buttons hover
700
2E78
#2E7885
Active/pressed statesDark mode accentsSecondary text
800
2156
#21565F
Text on light backgroundsHeadingsStrong borders
900
1537
#15373D
Primary textHigh emphasis contentDark headings
950
0D22
#0D2226
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F4FAFB;
  --lavender-100: #E4F3F6;
  --lavender-200: #CEE9EE;
  --lavender-300: #A8D8E1;
  --lavender-400: #7AC4D1;
  --lavender-500: #54B4C4;
  --lavender-600: #3997A7;
  --lavender-700: #2E7885;
  --lavender-800: #21565F;
  --lavender-900: #15373D;
  --lavender-950: #0D2226;
}
Generate More ShadesCreate PaletteConvert Color