Lavender

#DBFFFC

Cyan

Color Codes

All color formats for development

HEX
#DBFFFC
RGB
rgb(219, 255, 252)
HSL
hsl(175, 100%, 93%)
OKLCH
oklch(0.974 0.037 190.4)
CMYK
cmyk(14%, 0%, 1%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.06:1

AA AAA

On Black Background

19.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#ACFFF8
2#7CFFF4
3#4DFFF0
4#1EFFEC
5#00EDD9
6#00BEAE
7#008E82
8#005F57
9#002F2B

Tints

Lighter variations

1#DFFFFC
2#E2FFFD
3#E6FFFD
4#EAFFFD
5#EDFFFE
6#F1FFFE
7#F4FFFE
8#F8FFFE
9#FBFFFF

Tones

Muted variations

1#DDFDFB
2#DFFBF9
3#E1FAF8
4#E2F8F6
5#E4F6F5
6#E6F4F3
7#E8F3F2
8#EAF1F0
9#EBEFEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFE
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFC
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF9
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFF5
BordersInactive statesPlaceholder text
400
4DFF
#4DFFF0
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFEC
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0CE
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3A4
Active/pressed statesDark mode accentsSecondary text
800
0080
#008075
Text on light backgroundsHeadingsStrong borders
900
0052
#00524B
Primary textHigh emphasis contentDark headings
950
0033
#00332F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFFE;
  --lavender-100: #DBFFFC;
  --lavender-200: #BDFFF9;
  --lavender-300: #8AFFF5;
  --lavender-400: #4DFFF0;
  --lavender-500: #1AFFEC;
  --lavender-600: #00E0CE;
  --lavender-700: #00B3A4;
  --lavender-800: #008075;
  --lavender-900: #00524B;
  --lavender-950: #00332F;
}
Generate More ShadesCreate PaletteConvert Color