Lavender

#DFFBFA

Cyan

Color Codes

All color formats for development

HEX
#DFFBFA
RGB
rgb(223, 251, 250)
HSL
hsl(178, 78%, 93%)
OKLCH
oklch(0.968 0.029 194.1)
CMYK
cmyk(11%, 0%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.09:1

AA AAA

On Black Background

19.32: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#B5F6F4
2#8BF1ED
3#61EBE7
4#36E6E0
5#1AD3CD
6#15A9A4
7#107F7B
8#0A5452
9#052A29

Tints

Lighter variations

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

Tones

Muted variations

1#E1FAF9
2#E2F8F8
3#E3F7F6
4#E5F6F5
5#E6F4F4
6#E8F3F2
7#E9F1F1
8#EAF0F0
9#ECEFEE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBFA
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F6
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2EF
BordersInactive statesPlaceholder text
400
60EB
#60EBE7
Disabled statesSecondary iconsMuted text
500
33E6
#33E6E0
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C8C2
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F9A
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E716E
Text on light backgroundsHeadingsStrong borders
900
0949
#094947
Primary textHigh emphasis contentDark headings
950
062D
#062D2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFD;
  --lavender-100: #DFFBFA;
  --lavender-200: #C4F8F6;
  --lavender-300: #97F2EF;
  --lavender-400: #60EBE7;
  --lavender-500: #33E6E0;
  --lavender-600: #19C8C2;
  --lavender-700: #149F9A;
  --lavender-800: #0E716E;
  --lavender-900: #094947;
  --lavender-950: #062D2C;
}
Generate More ShadesCreate PaletteConvert Color