Lavender

#E0FBFB

Cyan

Color Codes

All color formats for development

HEX
#E0FBFB
RGB
rgb(224, 251, 251)
HSL
hsl(180, 77%, 93%)
OKLCH
oklch(0.969 0.028 196.7)
CMYK
cmyk(11%, 0%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.08:1

AA AAA

On Black Background

19.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F7
300
#97F2
400
#61EA
500
#34E5
600
#1AC7
700
#159E
800
#0F71
900
#0948
950
#062D

Shades

Darker variations

1#B5F5F5
2#8BF0F0
3#61EBEB
4#38E5E5
5#1BD2D2
6#16A8A8
7#107E7E
8#0B5454
9#052A2A

Tints

Lighter variations

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

Tones

Muted variations

1#E1FAFA
2#E2F8F8
3#E4F7F7
4#E5F5F5
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
C4F7
#C4F7F7
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2F2
BordersInactive statesPlaceholder text
400
61EA
#61EAEA
Disabled statesSecondary iconsMuted text
500
34E5
#34E5E5
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC7C7
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E9E
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F7171
Text on light backgroundsHeadingsStrong borders
900
0948
#094848
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: #C4F7F7;
  --lavender-300: #97F2F2;
  --lavender-400: #61EAEA;
  --lavender-500: #34E5E5;
  --lavender-600: #1AC7C7;
  --lavender-700: #159E9E;
  --lavender-800: #0F7171;
  --lavender-900: #094848;
  --lavender-950: #062D2D;
}
Generate More ShadesCreate PaletteConvert Color