Lavender

#C0FBFB

Cyan

Color Codes

All color formats for development

HEX
#C0FBFB
RGB
rgb(192, 251, 251)
HSL
hsl(180, 88%, 87%)
OKLCH
oklch(0.948 0.059 196.2)
CMYK
cmyk(24%, 0%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.14:1

AA AAA

On Black Background

18.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#97F8F8
2#6DF6F6
3#44F3F3
4#1AF0F0
5#0DD1D1
6#0BA7A7
7#087D7D
8#055353
9#032A2A

Tints

Lighter variations

1#C7FBFB
2#CDFCFC
3#D3FCFC
4#DAFDFD
5#E0FDFD
6#E6FDFD
7#ECFEFE
8#F3FEFE
9#F9FFFF

Tones

Muted variations

1#C4F8F8
2#C7F5F5
3#C9F2F2
4#CCEFEF
5#CFECEC
6#D2EAEA
7#D5E7E7
8#D8E4E4
9#DBE1E1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFE
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDFD
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBFB
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8F8
BordersInactive statesPlaceholder text
400
57F4
#57F4F4
Disabled statesSecondary iconsMuted text
500
27F1
#27F1F1
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD3D3
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA8A8
Active/pressed statesDark mode accentsSecondary text
800
0878
#087878
Text on light backgroundsHeadingsStrong borders
900
054D
#054D4D
Primary textHigh emphasis contentDark headings
950
0330
#033030
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FEFE;
  --lavender-100: #DDFDFD;
  --lavender-200: #C1FBFB;
  --lavender-300: #91F8F8;
  --lavender-400: #57F4F4;
  --lavender-500: #27F1F1;
  --lavender-600: #0DD3D3;
  --lavender-700: #0BA8A8;
  --lavender-800: #087878;
  --lavender-900: #054D4D;
  --lavender-950: #033030;
}
Generate More ShadesCreate PaletteConvert Color