Lavender

#C8F4ED

Cyan

Color Codes

All color formats for development

HEX
#C8F4ED
RGB
rgb(200, 244, 237)
HSL
hsl(170, 67%, 87%)
OKLCH
oklch(0.934 0.046 184.6)
CMYK
cmyk(18%, 0%, 3%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.62: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#A3EDE0
2#7EE5D4
3#58DEC8
4#33D7BC
5#25B9A0
6#1D9480
7#166F60
8#0F4A40
9#072520

Tints

Lighter variations

1#CDF5EE
2#D3F6F0
3#D8F7F2
4#DEF8F4
5#E3FAF6
6#E9FBF8
7#EEFCF9
8#F4FDFB
9#F9FEFD

Tones

Muted variations

1#CAF2EB
2#CCF0EA
3#CEEDE8
4#D1EBE7
5#D3E9E5
6#D5E7E4
7#D7E5E2
8#D9E2E1
9#DCE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F5
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4ED
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECDF
BordersInactive statesPlaceholder text
400
6AE2
#6AE2CE
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD9C0
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BBA2
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9581
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A5C
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D443B
Primary textHigh emphasis contentDark headings
950
082B
#082B25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFB;
  --lavender-100: #E1F9F5;
  --lavender-200: #C8F4ED;
  --lavender-300: #9DECDF;
  --lavender-400: #6AE2CE;
  --lavender-500: #3FD9C0;
  --lavender-600: #25BBA2;
  --lavender-700: #1D9581;
  --lavender-800: #156A5C;
  --lavender-900: #0D443B;
  --lavender-950: #082B25;
}
Generate More ShadesCreate PaletteConvert Color