Lavender

#C9F3EF

Cyan

Color Codes

All color formats for development

HEX
#C9F3EF
RGB
rgb(201, 243, 239)
HSL
hsl(174, 64%, 87%)
OKLCH
oklch(0.933 0.044 189.3)
CMYK
cmyk(17%, 0%, 2%, 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#A4EBE4
2#80E3D9
3#5BDBCE
4#37D3C4
5#28B6A8
6#209286
7#186D65
8#104943
9#082422

Tints

Lighter variations

1#CEF4F0
2#D4F5F2
3#D9F7F4
4#DEF8F5
5#E4F9F7
6#E9FAF9
7#EFFBFA
8#F4FDFC
9#FAFEFD

Tones

Muted variations

1#CBF1ED
2#CDEFEB
3#CFEDEA
4#D1EBE8
5#D3E8E6
6#D5E6E5
7#D7E4E3
8#DAE2E1
9#DCE0E0

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
#C9F3EF
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAE2
BordersInactive statesPlaceholder text
400
6DDF
#6DDFD3
Disabled statesSecondary iconsMuted text
500
43D6
#43D6C7
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B8AA
Hover statesFocus ringsPrimary buttons hover
700
2092
#209287
Active/pressed statesDark mode accentsSecondary text
800
1769
#176960
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F433E
Primary textHigh emphasis contentDark headings
950
092A
#092A27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFB;
  --lavender-100: #E2F9F6;
  --lavender-200: #C9F3EF;
  --lavender-300: #9FEAE2;
  --lavender-400: #6DDFD3;
  --lavender-500: #43D6C7;
  --lavender-600: #28B8AA;
  --lavender-700: #209287;
  --lavender-800: #176960;
  --lavender-900: #0F433E;
  --lavender-950: #092A27;
}
Generate More ShadesCreate PaletteConvert Color