Lavender

#DCFFFF

Cyan

Color Codes

All color formats for development

HEX
#DCFFFF
RGB
rgb(220, 255, 255)
HSL
hsl(180, 100%, 93%)
OKLCH
oklch(0.975 0.036 196.6)
CMYK
cmyk(14%, 0%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.06:1

AA AAA

On Black Background

19.79: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#ACFFFF
2#7CFFFF
3#4DFFFF
4#1EFFFF
5#00EDED
6#00BEBE
7#008E8E
8#005F5F
9#002F2F

Tints

Lighter variations

1#DFFFFF
2#E2FFFF
3#E6FFFF
4#EAFFFF
5#EDFFFF
6#F1FFFF
7#F4FFFF
8#F8FFFF
9#FBFFFF

Tones

Muted variations

1#DDFDFD
2#DFFBFB
3#E1FAFA
4#E2F8F8
5#E4F6F6
6#E6F4F4
7#E8F3F3
8#EAF1F1
9#EBEFEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFF
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFF
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFFF
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFFF
BordersInactive statesPlaceholder text
400
4DFF
#4DFFFF
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFFF
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0E0
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3B3
Active/pressed statesDark mode accentsSecondary text
800
0080
#008080
Text on light backgroundsHeadingsStrong borders
900
0052
#005252
Primary textHigh emphasis contentDark headings
950
0033
#003333
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F0FFFF;
  --lavender-100: #DBFFFF;
  --lavender-200: #BDFFFF;
  --lavender-300: #8AFFFF;
  --lavender-400: #4DFFFF;
  --lavender-500: #1AFFFF;
  --lavender-600: #00E0E0;
  --lavender-700: #00B3B3;
  --lavender-800: #008080;
  --lavender-900: #005252;
  --lavender-950: #003333;
}
Generate More ShadesCreate PaletteConvert Color