Lavender

#C0FCF4

Cyan

Color Codes

All color formats for development

HEX
#C0FCF4
RGB
rgb(192, 252, 244)
HSL
hsl(172, 91%, 87%)
OKLCH
oklch(0.948 0.061 186.1)
CMYK
cmyk(24%, 0%, 3%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.14:1

AA AAA

On Black Background

18.47: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#95FAED
2#6BF8E5
3#41F6DE
4#16F4D6
5#0AD4B9
6#08A994
7#067F6F
8#04554A
9#022A25

Tints

Lighter variations

1#C6FCF5
2#CCFDF6
3#D3FDF7
4#D9FDF8
5#DFFEF9
6#E6FEFB
7#ECFEFC
8#F2FEFD
9#F9FFFE

Tones

Muted variations

1#C3F9F2
2#C6F6F0
3#C9F3ED
4#CCF0EB
5#CFEDE9
6#D2EAE7
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
#DDFDF9
Light backgroundsTable row hoverSkeleton loading
200
C0FC
#C0FCF4
Secondary backgroundsInput backgroundsDividers
300
8FFA
#8FFAEB
BordersInactive statesPlaceholder text
400
55F7
#55F7E1
Disabled statesSecondary iconsMuted text
500
24F5
#24F5D9
Primary brand colorCTAsActive elementsLinks
600
0AD6
#0AD6BB
Hover statesFocus ringsPrimary buttons hover
700
08AA
#08AA95
Active/pressed statesDark mode accentsSecondary text
800
067A
#067A6A
Text on light backgroundsHeadingsStrong borders
900
044E
#044E44
Primary textHigh emphasis contentDark headings
950
0231
#02312B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FEFC;
  --lavender-100: #DDFDF9;
  --lavender-200: #C0FCF4;
  --lavender-300: #8FFAEB;
  --lavender-400: #55F7E1;
  --lavender-500: #24F5D9;
  --lavender-600: #0AD6BB;
  --lavender-700: #08AA95;
  --lavender-800: #067A6A;
  --lavender-900: #044E44;
  --lavender-950: #02312B;
}
Generate More ShadesCreate PaletteConvert Color