Lavender

#C8F4F2

Cyan

Color Codes

All color formats for development

HEX
#C8F4F2
RGB
rgb(200, 244, 242)
HSL
hsl(177, 67%, 87%)
OKLCH
oklch(0.936 0.045 193)
CMYK
cmyk(18%, 0%, 1%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.68: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#A3EDE9
2#7EE5E0
3#58DED7
4#33D7CF
5#25B9B2
6#1D948E
7#166F6B
8#0F4A47
9#072524

Tints

Lighter variations

1#CDF5F3
2#D3F6F4
3#D8F7F6
4#DEF8F7
5#E3FAF8
6#E9FBFA
7#EEFCFB
8#F4FDFC
9#F9FEFE

Tones

Muted variations

1#CAF2F0
2#CCF0EE
3#CEEDEC
4#D1EBEA
5#D3E9E8
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
#E1F9F8
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4F2
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECE8
BordersInactive statesPlaceholder text
400
6AE2
#6AE2DC
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD9D1
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BBB4
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D958F
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A66
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D4441
Primary textHigh emphasis contentDark headings
950
082B
#082B29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFC;
  --lavender-100: #E1F9F8;
  --lavender-200: #C8F4F2;
  --lavender-300: #9DECE8;
  --lavender-400: #6AE2DC;
  --lavender-500: #3FD9D1;
  --lavender-600: #25BBB4;
  --lavender-700: #1D958F;
  --lavender-800: #156A66;
  --lavender-900: #0D4441;
  --lavender-950: #082B29;
}
Generate More ShadesCreate PaletteConvert Color