Lavender

#C0FCF2

Cyan

Color Codes

All color formats for development

HEX
#C0FCF2
RGB
rgb(192, 252, 242)
HSL
hsl(170, 91%, 87%)
OKLCH
oklch(0.948 0.062 183.6)
CMYK
cmyk(24%, 0%, 4%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.14:1

AA AAA

On Black Background

18.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFD
200
#C0FC
300
#8FFA
400
#55F7
500
#24F5
600
#0AD6
700
#08AA
800
#067A
900
#044E
950
#0231

Shades

Darker variations

1#95FAE9
2#6BF8E1
3#41F6D8
4#16F4CF
5#0AD4B2
6#08A98F
7#067F6B
8#045547
9#022A24

Tints

Lighter variations

1#C6FCF3
2#CCFDF5
3#D3FDF6
4#D9FDF7
5#DFFEF8
6#E6FEFA
7#ECFEFB
8#F2FEFC
9#F9FFFE

Tones

Muted variations

1#C3F9F0
2#C6F6EE
3#C9F3EC
4#CCF0EA
5#CFEDE8
6#D2EAE6
7#D5E7E4
8#D8E4E2
9#DBE1E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF8
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCF2
Secondary backgroundsInput backgroundsDividers
300
8FFA
#8FFAE8
BordersInactive statesPlaceholder text
400
55F7
#55F7DC
Disabled statesSecondary iconsMuted text
500
24F5
#24F5D2
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD6B4
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AA8F
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A66
Text on light backgroundsHeadingsStrong borders
900
044E
#044E42
Primary textHigh emphasis contentDark headings
950
0231
#023129
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FEFC;
  --lavender-100: #DDFDF8;
  --lavender-200: #C0FCF2;
  --lavender-300: #8FFAE8;
  --lavender-400: #55F7DC;
  --lavender-500: #24F5D2;
  --lavender-600: #0AD6B4;
  --lavender-700: #08AA8F;
  --lavender-800: #067A66;
  --lavender-900: #044E42;
  --lavender-950: #023129;
}
Generate More ShadesCreate PaletteConvert Color