Lavender

#DDFDFD

Cyan

Color Codes

All color formats for development

HEX
#DDFDFD
RGB
rgb(221, 253, 253)
HSL
hsl(180, 89%, 93%)
OKLCH
oklch(0.971 0.033 196.6)
CMYK
cmyk(13%, 0%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.07:1

AA AAA

On Black Background

19.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C0FB
300
#90F9
400
#56F5
500
#26F2
600
#0CD4
700
#0AA9
800
#0778
900
#044D
950
#0330

Shades

Darker variations

1#B0FAFA
2#84F8F8
3#57F5F5
4#2AF3F3
5#0DE0E0
6#0AB3B3
7#088686
8#055A5A
9#032D2D

Tints

Lighter variations

1#E1FDFD
2#E4FDFD
3#E7FEFE
4#EBFEFE
5#EEFEFE
6#F2FEFE
7#F5FEFE
8#F8FFFF
9#FCFFFF

Tones

Muted variations

1#DFFBFB
2#E0FAFA
3#E2F8F8
4#E4F7F7
5#E5F5F5
6#E7F4F4
7#E8F2F2
8#EAF0F0
9#ECEFEF

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
C0FB
#C0FBFB
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9F9
BordersInactive statesPlaceholder text
400
56F5
#56F5F5
Disabled statesSecondary iconsMuted text
500
26F2
#26F2F2
Primary brand colorCTAsActive elementsLinks
600
0CD4
#0CD4D4
Hover statesFocus ringsPrimary buttons hover
700
0AA9
#0AA9A9
Active/pressed statesDark mode accentsSecondary text
800
0778
#077878
Text on light backgroundsHeadingsStrong borders
900
044D
#044D4D
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: #C0FBFB;
  --lavender-300: #90F9F9;
  --lavender-400: #56F5F5;
  --lavender-500: #26F2F2;
  --lavender-600: #0CD4D4;
  --lavender-700: #0AA9A9;
  --lavender-800: #077878;
  --lavender-900: #044D4D;
  --lavender-950: #033030;
}
Generate More ShadesCreate PaletteConvert Color