Lavender

#C7F4F3

Cyan

Color Codes

All color formats for development

HEX
#C7F4F3
RGB
rgb(199, 244, 243)
HSL
hsl(179, 67%, 87%)
OKLCH
oklch(0.935 0.046 194.7)
CMYK
cmyk(18%, 0%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.66:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9DEC
400
#6AE2
500
#3FD9
600
#25BB
700
#1D95
800
#156A
900
#0D44
950
#082B

Shades

Darker variations

1#A3EDEC
2#7EE5E4
3#58DEDC
4#33D7D4
5#25B9B7
6#1D9492
7#166F6E
8#0F4A49
9#072525

Tints

Lighter variations

1#CDF5F4
2#D3F6F6
3#D8F7F7
4#DEF8F8
5#E3FAF9
6#E9FBFA
7#EEFCFB
8#F4FDFD
9#F9FEFE

Tones

Muted variations

1#CAF2F1
2#CCF0EF
3#CEEDED
4#D1EBEB
5#D3E9E9
6#D5E7E6
7#D7E5E4
8#D9E2E2
9#DCE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F9
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4F3
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECEA
BordersInactive statesPlaceholder text
400
6AE2
#6AE2E0
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD9D7
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BBB9
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9593
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A69
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D4443
Primary textHigh emphasis contentDark headings
950
082B
#082B2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFC;
  --lavender-100: #E1F9F9;
  --lavender-200: #C8F4F3;
  --lavender-300: #9DECEA;
  --lavender-400: #6AE2E0;
  --lavender-500: #3FD9D7;
  --lavender-600: #25BBB9;
  --lavender-700: #1D9593;
  --lavender-800: #156A69;
  --lavender-900: #0D4443;
  --lavender-950: #082B2A;
}
Generate More ShadesCreate PaletteConvert Color