Lavender

#C8F4EF

Cyan

Color Codes

All color formats for development

HEX
#C8F4EF
RGB
rgb(200, 244, 239)
HSL
hsl(173, 67%, 87%)
OKLCH
oklch(0.935 0.046 187.9)
CMYK
cmyk(18%, 0%, 2%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.19:1

AA AAA

On Black Background

17.64: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#A3EDE4
2#7EE5D9
3#58DECF
4#33D7C4
5#25B9A8
6#1D9486
7#166F65
8#0F4A43
9#072522

Tints

Lighter variations

1#CDF5F0
2#D3F6F2
3#D8F7F4
4#DEF8F5
5#E3FAF7
6#E9FBF9
7#EEFCFA
8#F4FDFC
9#F9FEFD

Tones

Muted variations

1#CAF2ED
2#CCF0EB
3#CEEDEA
4#D1EBE8
5#D3E9E6
6#D5E7E5
7#D7E5E3
8#D9E2E1
9#DCE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F6
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4EF
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECE2
BordersInactive statesPlaceholder text
400
6AE2
#6AE2D4
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD9C7
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BBAA
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9587
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A60
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D443E
Primary textHigh emphasis contentDark headings
950
082B
#082B27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F2FCFB;
  --lavender-100: #E1F9F6;
  --lavender-200: #C8F4EF;
  --lavender-300: #9DECE2;
  --lavender-400: #6AE2D4;
  --lavender-500: #3FD9C7;
  --lavender-600: #25BBAA;
  --lavender-700: #1D9587;
  --lavender-800: #156A60;
  --lavender-900: #0D443E;
  --lavender-950: #082B27;
}
Generate More ShadesCreate PaletteConvert Color