Lavender

#E0FAFB

Cyan

Color Codes

All color formats for development

HEX
#E0FAFB
RGB
rgb(224, 250, 251)
HSL
hsl(182, 77%, 93%)
OKLCH
oklch(0.967 0.027 199.5)
CMYK
cmyk(11%, 0%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.09:1

AA AAA

On Black Background

19.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFA
200
#C4F6
300
#97EE
400
#61E6
500
#34DF
600
#1AC1
700
#1599
800
#0F6E
900
#0946
950
#062C

Shades

Darker variations

1#B5F3F5
2#8BEDF0
3#61E6EB
4#38DFE5
5#1BCCD2
6#16A3A8
7#107A7E
8#0B5254
9#05292A

Tints

Lighter variations

1#E3FAFB
2#E6FBFC
3#E9FBFC
4#ECFCFD
5#EFFCFD
6#F2FDFD
7#F6FDFE
8#F9FEFE
9#FCFEFF

Tones

Muted variations

1#E1F9FA
2#E2F7F8
3#E4F6F7
4#E5F5F5
5#E6F4F4
6#E8F2F3
7#E9F1F1
8#EAF0F0
9#ECEEEF

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFA
#DFFAFB
Light backgroundsTable row hoverSkeleton loading
200
C4F6
#C4F6F7
Secondary backgroundsInput backgroundsDividers
300
97EE
#97EEF2
BordersInactive statesPlaceholder text
400
61E6
#61E6EA
Disabled statesSecondary iconsMuted text
500
34DF
#34DFE5
Primary brand colorCTAsActive elementsLinks
600
1AC1
#1AC1C7
Hover statesFocus ringsPrimary buttons hover
700
1599
#15999E
Active/pressed statesDark mode accentsSecondary text
800
0F6E
#0F6E71
Text on light backgroundsHeadingsStrong borders
900
0946
#094648
Primary textHigh emphasis contentDark headings
950
062C
#062C2D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FDFD;
  --lavender-100: #DFFAFB;
  --lavender-200: #C4F6F7;
  --lavender-300: #97EEF2;
  --lavender-400: #61E6EA;
  --lavender-500: #34DFE5;
  --lavender-600: #1AC1C7;
  --lavender-700: #15999E;
  --lavender-800: #0F6E71;
  --lavender-900: #094648;
  --lavender-950: #062C2D;
}
Generate More ShadesCreate PaletteConvert Color