Lavender

#C8EBF3

Cyan

Color Codes

All color formats for development

HEX
#C8EBF3
RGB
rgb(200, 235, 243)
HSL
hsl(191, 64%, 87%)
OKLCH
oklch(0.917 0.038 213.1)
CMYK
cmyk(18%, 3%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E2F4
200
#C9EB
300
#9FDC
400
#6DCA
500
#43BB
600
#289E
700
#207D
800
#175A
900
#0F39
950
#0924

Shades

Darker variations

1#A4DEEB
2#80D1E3
3#5BC4DB
4#37B7D3
5#289CB6
6#207D92
7#185E6D
8#103E49
9#081F24

Tints

Lighter variations

1#CEEDF4
2#D4EFF5
3#D9F1F7
4#DEF3F8
5#E4F5F9
6#E9F7FA
7#EFF9FB
8#F4FBFD
9#FAFDFE

Tones

Muted variations

1#CBEAF1
2#CDE9EF
3#CFE7ED
4#D1E6EB
5#D3E5E8
6#D5E3E6
7#D7E2E4
8#DAE1E2
9#DCDFE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F4
#E2F4F9
Light backgroundsTable row hoverSkeleton loading
200
C9EB
#C9EBF3
Secondary backgroundsInput backgroundsDividers
300
9FDC
#9FDCEA
BordersInactive statesPlaceholder text
400
6DCA
#6DCADF
Disabled statesSecondary iconsMuted text
500
43BB
#43BBD6
Primary brand colorCTAsActive elementsLinks
600
289E
#289EB8
Hover statesFocus ringsPrimary buttons hover
700
207D
#207D92
Active/pressed statesDark mode accentsSecondary text
800
175A
#175A69
Text on light backgroundsHeadingsStrong borders
900
0F39
#0F3943
Primary textHigh emphasis contentDark headings
950
0924
#09242A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FAFC;
  --lavender-100: #E2F4F9;
  --lavender-200: #C9EBF3;
  --lavender-300: #9FDCEA;
  --lavender-400: #6DCADF;
  --lavender-500: #43BBD6;
  --lavender-600: #289EB8;
  --lavender-700: #207D92;
  --lavender-800: #175A69;
  --lavender-900: #0F3943;
  --lavender-950: #09242A;
}
Generate More ShadesCreate PaletteConvert Color