Lavender

#C8F4EA

Cyan

Color Codes

All color formats for development

HEX
#C8F4EA
RGB
rgb(200, 244, 234)
HSL
hsl(166, 67%, 87%)
OKLCH
oklch(0.934 0.047 179.9)
CMYK
cmyk(18%, 0%, 4%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9DEC
400
#6AE2
500
#3FD9
600
#25BB
700
#1D95
800
#156A
900
#0D44
950
#082B

Shades

Darker variations

1#A3EDDB
2#7EE5CD
3#58DEBF
4#33D7B1
5#25B997
6#1D9478
7#166F5A
8#0F4A3C
9#07251E

Tints

Lighter variations

1#CDF5EC
2#D3F6EE
3#D8F7F0
4#DEF8F2
5#E3FAF4
6#E9FBF6
7#EEFCF9
8#F4FDFB
9#F9FEFD

Tones

Muted variations

1#CAF2E9
2#CCF0E7
3#CEEDE6
4#D1EBE5
5#D3E9E4
6#D5E7E3
7#D7E5E1
8#D9E2E0
9#DCE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFA
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F4
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4EA
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECD9
BordersInactive statesPlaceholder text
400
6AE2
#6AE2C6
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD9B5
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BB98
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9579
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A57
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D4437
Primary textHigh emphasis contentDark headings
950
082B
#082B23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFA;
  --lavender-100: #E1F9F4;
  --lavender-200: #C8F4EA;
  --lavender-300: #9DECD9;
  --lavender-400: #6AE2C6;
  --lavender-500: #3FD9B5;
  --lavender-600: #25BB98;
  --lavender-700: #1D9579;
  --lavender-800: #156A57;
  --lavender-900: #0D4437;
  --lavender-950: #082B23;
}
Generate More ShadesCreate PaletteConvert Color