Lavender

#DFFBFB

Cyan

Color Codes

All color formats for development

HEX
#DFFBFB
RGB
rgb(223, 251, 251)
HSL
hsl(180, 78%, 93%)
OKLCH
oklch(0.968 0.029 196.7)
CMYK
cmyk(11%, 0%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.09:1

AA AAA

On Black Background

19.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#B5F6F6
2#8BF1F1
3#61EBEB
4#36E6E6
5#1AD3D3
6#15A9A9
7#107F7F
8#0A5454
9#052A2A

Tints

Lighter variations

1#E2FBFB
2#E6FCFC
3#E9FCFC
4#ECFDFD
5#EFFDFD
6#F2FDFD
7#F5FEFE
8#F9FEFE
9#FCFFFF

Tones

Muted variations

1#E1FAFA
2#E2F8F8
3#E3F7F7
4#E5F6F6
5#E6F4F4
6#E8F3F3
7#E9F1F1
8#EAF0F0
9#ECEFEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBFB
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F8
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2F2
BordersInactive statesPlaceholder text
400
60EB
#60EBEB
Disabled statesSecondary iconsMuted text
500
33E6
#33E6E6
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C8C8
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F9F
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7171
Text on light backgroundsHeadingsStrong borders
900
0949
#094949
Primary textHigh emphasis contentDark headings
950
062D
#062D2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFD;
  --lavender-100: #DFFBFB;
  --lavender-200: #C4F8F8;
  --lavender-300: #97F2F2;
  --lavender-400: #60EBEB;
  --lavender-500: #33E6E6;
  --lavender-600: #19C8C8;
  --lavender-700: #149F9F;
  --lavender-800: #0E7171;
  --lavender-900: #094949;
  --lavender-950: #062D2D;
}
Generate More ShadesCreate PaletteConvert Color