Lavender

#C8F4EB

Cyan

Color Codes

All color formats for development

HEX
#C8F4EB
RGB
rgb(200, 244, 235)
HSL
hsl(168, 67%, 87%)
OKLCH
oklch(0.934 0.047 181.4)
CMYK
cmyk(18%, 0%, 4%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.60: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#A3EDDE
2#7EE5D1
3#58DEC3
4#33D7B6
5#25B99C
6#1D947C
7#166F5D
8#0F4A3E
9#07251F

Tints

Lighter variations

1#CDF5ED
2#D3F6EF
3#D8F7F1
4#DEF8F3
5#E3FAF5
6#E9FBF7
7#EEFCF9
8#F4FDFB
9#F9FEFD

Tones

Muted variations

1#CAF2EA
2#CCF0E9
3#CEEDE7
4#D1EBE6
5#D3E9E5
6#D5E7E3
7#D7E5E2
8#D9E2E1
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
#C8F4EB
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECDC
BordersInactive statesPlaceholder text
400
6AE2
#6AE2CA
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD9BA
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BB9D
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D957D
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A59
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D4439
Primary textHigh emphasis contentDark headings
950
082B
#082B24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFA;
  --lavender-100: #E1F9F4;
  --lavender-200: #C8F4EB;
  --lavender-300: #9DECDC;
  --lavender-400: #6AE2CA;
  --lavender-500: #3FD9BA;
  --lavender-600: #25BB9D;
  --lavender-700: #1D957D;
  --lavender-800: #156A59;
  --lavender-900: #0D4439;
  --lavender-950: #082B24;
}
Generate More ShadesCreate PaletteConvert Color