Lavender

#C7F4ED

Cyan

Color Codes

All color formats for development

HEX
#C7F4ED
RGB
rgb(199, 244, 237)
HSL
hsl(171, 67%, 87%)
OKLCH
oklch(0.934 0.047 184.9)
CMYK
cmyk(18%, 0%, 3%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.59: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#A3EDE2
2#7EE5D6
3#58DECA
4#33D7BE
5#25B9A3
6#1D9482
7#166F62
8#0F4A41
9#072521

Tints

Lighter variations

1#CDF5EF
2#D3F6F1
3#D8F7F3
4#DEF8F4
5#E3FAF6
6#E9FBF8
7#EEFCFA
8#F4FDFB
9#F9FEFD

Tones

Muted variations

1#CAF2EC
2#CCF0EA
3#CEEDE9
4#D1EBE7
5#D3E9E6
6#D5E7E4
7#D7E5E3
8#D9E2E1
9#DCE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F6
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4ED
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECE0
BordersInactive statesPlaceholder text
400
6AE2
#6AE2D0
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD9C2
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BBA5
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9583
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A5E
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D443C
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: #E1F9F6;
  --lavender-200: #C8F4ED;
  --lavender-300: #9DECE0;
  --lavender-400: #6AE2D0;
  --lavender-500: #3FD9C2;
  --lavender-600: #25BBA5;
  --lavender-700: #1D9583;
  --lavender-800: #156A5E;
  --lavender-900: #0D443C;
  --lavender-950: #082B25;
}
Generate More ShadesCreate PaletteConvert Color