Lavender

#C6F6EC

Cyan

Color Codes

All color formats for development

HEX
#C6F6EC
RGB
rgb(198, 246, 236)
HSL
hsl(168, 73%, 87%)
OKLCH
oklch(0.937 0.051 181)
CMYK
cmyk(20%, 0%, 4%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.18:1

AA AAA

On Black Background

17.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E7
500
#38E0
600
#1EC2
700
#189A
800
#116E
900
#0B47
950
#072C

Shades

Darker variations

1#9FF0E0
2#79EAD3
3#53E4C7
4#2CDEBA
5#1EC0A0
6#189A80
7#127360
8#0C4D40
9#062620

Tints

Lighter variations

1#CBF7EE
2#D1F8F0
3#D7F9F2
4#DDFAF4
5#E2FBF6
6#E8FBF8
7#EEFCF9
8#F4FDFB
9#F9FEFD

Tones

Muted variations

1#C8F4EB
2#CAF1E9
3#CDEFE8
4#CFECE7
5#D2EAE5
6#D4E8E4
7#D7E5E2
8#D9E3E1
9#DBE0DF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF5
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6EC
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFDE
BordersInactive statesPlaceholder text
400
65E7
#65E7CD
Disabled statesSecondary iconsMuted text
500
38E0
#38E0BF
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC2A1
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A80
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E5C
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B473B
Primary textHigh emphasis contentDark headings
950
072C
#072C25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FDFB;
  --lavender-100: #E0FAF5;
  --lavender-200: #C6F6EC;
  --lavender-300: #9AEFDE;
  --lavender-400: #65E7CD;
  --lavender-500: #38E0BF;
  --lavender-600: #1EC2A1;
  --lavender-700: #189A80;
  --lavender-800: #116E5C;
  --lavender-900: #0B473B;
  --lavender-950: #072C25;
}
Generate More ShadesCreate PaletteConvert Color