Lavender

#C9F3EE

Cyan

Color Codes

All color formats for development

HEX
#C9F3EE
RGB
rgb(201, 243, 238)
HSL
hsl(173, 64%, 87%)
OKLCH
oklch(0.933 0.044 187.6)
CMYK
cmyk(17%, 0%, 2%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.54: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#A4EBE3
2#80E3D8
3#5BDBCC
4#37D3C1
5#28B6A5
6#209284
7#186D63
8#104942
9#082421

Tints

Lighter variations

1#CEF4F0
2#D4F5F1
3#D9F7F3
4#DEF8F5
5#E4F9F7
6#E9FAF8
7#EFFBFA
8#F4FDFC
9#FAFEFD

Tones

Muted variations

1#CBF1EC
2#CDEFEB
3#CFEDE9
4#D1EBE8
5#D3E8E6
6#D5E6E4
7#D7E4E3
8#DAE2E1
9#DCE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9F6
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3EE
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAE1
BordersInactive statesPlaceholder text
400
6DDF
#6DDFD2
Disabled statesSecondary iconsMuted text
500
43D6
#43D6C5
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B8A7
Hover statesFocus ringsPrimary buttons hover
700
2092
#209285
Active/pressed statesDark mode accentsSecondary text
800
1769
#17695F
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F433D
Primary textHigh emphasis contentDark headings
950
092A
#092A26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFB;
  --lavender-100: #E2F9F6;
  --lavender-200: #C9F3EE;
  --lavender-300: #9FEAE1;
  --lavender-400: #6DDFD2;
  --lavender-500: #43D6C5;
  --lavender-600: #28B8A7;
  --lavender-700: #209285;
  --lavender-800: #17695F;
  --lavender-900: #0F433D;
  --lavender-950: #092A26;
}
Generate More ShadesCreate PaletteConvert Color