Lavender

#C8F3ED

Cyan

Color Codes

All color formats for development

HEX
#C8F3ED
RGB
rgb(200, 243, 237)
HSL
hsl(172, 64%, 87%)
OKLCH
oklch(0.932 0.045 186.1)
CMYK
cmyk(18%, 0%, 2%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.50: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#A4EBE2
2#80E3D6
3#5BDBCA
4#37D3BE
5#28B6A3
6#209282
7#186D62
8#104941
9#082421

Tints

Lighter variations

1#CEF4EF
2#D4F5F1
3#D9F7F3
4#DEF8F4
5#E4F9F6
6#E9FAF8
7#EFFBFA
8#F4FDFB
9#FAFEFD

Tones

Muted variations

1#CBF1EC
2#CDEFEA
3#CFEDE9
4#D1EBE7
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
#C9F3ED
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAE0
BordersInactive statesPlaceholder text
400
6DDF
#6DDFD0
Disabled statesSecondary iconsMuted text
500
43D6
#43D6C2
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B8A5
Hover statesFocus ringsPrimary buttons hover
700
2092
#209283
Active/pressed statesDark mode accentsSecondary text
800
1769
#17695E
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F433C
Primary textHigh emphasis contentDark headings
950
092A
#092A25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFB;
  --lavender-100: #E2F9F6;
  --lavender-200: #C9F3ED;
  --lavender-300: #9FEAE0;
  --lavender-400: #6DDFD0;
  --lavender-500: #43D6C2;
  --lavender-600: #28B8A5;
  --lavender-700: #209283;
  --lavender-800: #17695E;
  --lavender-900: #0F433C;
  --lavender-950: #092A25;
}
Generate More ShadesCreate PaletteConvert Color