Lavender

#C8F3F1

Cyan

Color Codes

All color formats for development

HEX
#C8F3F1
RGB
rgb(200, 243, 241)
HSL
hsl(177, 64%, 87%)
OKLCH
oklch(0.933 0.044 192.9)
CMYK
cmyk(18%, 0%, 1%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.55:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#A4EBE8
2#80E3DE
3#5BDBD5
4#37D3CB
5#28B6AF
6#20928C
7#186D69
8#104946
9#082423

Tints

Lighter variations

1#CEF4F2
2#D4F5F4
3#D9F7F5
4#DEF8F7
5#E4F9F8
6#E9FAF9
7#EFFBFB
8#F4FDFC
9#FAFEFE

Tones

Muted variations

1#CBF1EF
2#CDEFED
3#CFEDEB
4#D1EBE9
5#D3E8E7
6#D5E6E5
7#D7E4E4
8#DAE2E2
9#DCE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F7
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3F1
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAE6
BordersInactive statesPlaceholder text
400
6DDF
#6DDFD9
Disabled statesSecondary iconsMuted text
500
43D6
#43D6CE
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B8B1
Hover statesFocus ringsPrimary buttons hover
700
2092
#20928D
Active/pressed statesDark mode accentsSecondary text
800
1769
#176964
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4340
Primary textHigh emphasis contentDark headings
950
092A
#092A28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFC;
  --lavender-100: #E2F9F7;
  --lavender-200: #C9F3F1;
  --lavender-300: #9FEAE6;
  --lavender-400: #6DDFD9;
  --lavender-500: #43D6CE;
  --lavender-600: #28B8B1;
  --lavender-700: #20928D;
  --lavender-800: #176964;
  --lavender-900: #0F4340;
  --lavender-950: #092A28;
}
Generate More ShadesCreate PaletteConvert Color