Lavender

#DBFFF7

Cyan

Color Codes

All color formats for development

HEX
#DBFFF7
RGB
rgb(219, 255, 247)
HSL
hsl(167, 100%, 93%)
OKLCH
oklch(0.972 0.039 180.5)
CMYK
cmyk(14%, 0%, 3%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.07:1

AA AAA

On Black Background

19.66: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#ACFFED
2#7CFFE3
3#4DFFD8
4#1EFFCE
5#00EDBA
6#00BE95
7#008E6F
8#005F4A
9#002F25

Tints

Lighter variations

1#DFFFF8
2#E2FFF9
3#E6FFFA
4#EAFFFA
5#EDFFFB
6#F1FFFC
7#F4FFFD
8#F8FFFD
9#FBFFFE

Tones

Muted variations

1#DDFDF6
2#DFFBF5
3#E1FAF4
4#E2F8F3
5#E4F6F2
6#E6F4F1
7#E8F3F0
8#EAF1EF
9#EBEFEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFC
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF7
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF1
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFE6
BordersInactive statesPlaceholder text
400
4DFF
#4DFFD8
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFCD
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0B0
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B38C
Active/pressed statesDark mode accentsSecondary text
800
0080
#008064
Text on light backgroundsHeadingsStrong borders
900
0052
#005240
Primary textHigh emphasis contentDark headings
950
0033
#003328
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFFC;
  --lavender-100: #DBFFF7;
  --lavender-200: #BDFFF1;
  --lavender-300: #8AFFE6;
  --lavender-400: #4DFFD8;
  --lavender-500: #1AFFCD;
  --lavender-600: #00E0B0;
  --lavender-700: #00B38C;
  --lavender-800: #008064;
  --lavender-900: #005240;
  --lavender-950: #003328;
}
Generate More ShadesCreate PaletteConvert Color