Lavender

#C3F8F8

Cyan

Color Codes

All color formats for development

HEX
#C3F8F8
RGB
rgb(195, 248, 248)
HSL
hsl(180, 79%, 87%)
OKLCH
oklch(0.943 0.054 196.3)
CMYK
cmyk(21%, 0%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.16:1

AA AAA

On Black Background

18.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#9CF3F3
2#74EFEF
3#4DEAEA
4#25E5E5
5#17C7C7
6#139F9F
7#0E7777
8#094F4F
9#052828

Tints

Lighter variations

1#CAF9F9
2#D0F9F9
3#D5FAFA
4#DBFBFB
5#E1FCFC
6#E7FCFC
7#EDFDFD
8#F3FEFE
9#F9FEFE

Tones

Muted variations

1#C6F5F5
2#C9F3F3
3#CCF0F0
4#CEEEEE
5#D1EBEB
6#D3E8E8
7#D6E6E6
8#D9E3E3
9#DBE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBFB
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F8
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3F3
BordersInactive statesPlaceholder text
400
5FEC
#5FECEC
Disabled statesSecondary iconsMuted text
500
32E7
#32E7E7
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C9C9
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A0A0
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7272
Text on light backgroundsHeadingsStrong borders
900
0949
#094949
Primary textHigh emphasis contentDark headings
950
052E
#052E2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFD;
  --lavender-100: #DFFBFB;
  --lavender-200: #C4F8F8;
  --lavender-300: #96F3F3;
  --lavender-400: #5FECEC;
  --lavender-500: #32E7E7;
  --lavender-600: #18C9C9;
  --lavender-700: #13A0A0;
  --lavender-800: #0D7272;
  --lavender-900: #094949;
  --lavender-950: #052E2E;
}
Generate More ShadesCreate PaletteConvert Color