Lavender

#CAF2EF

Cyan

Color Codes

All color formats for development

HEX
#CAF2EF
RGB
rgb(202, 242, 239)
HSL
hsl(176, 61%, 87%)
OKLCH
oklch(0.932 0.041 190.9)
CMYK
cmyk(17%, 0%, 1%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#6FDC
500
#46D2
600
#2CB5
700
#2390
800
#1967
900
#1042
950
#0A29

Shades

Darker variations

1#A6E9E5
2#82E1DA
3#5ED8D0
4#3BCFC6
5#2BB3AA
6#238F88
7#1A6B66
8#114744
9#092422

Tints

Lighter variations

1#CFF3F1
2#D4F5F3
3#DAF6F4
4#DFF7F6
5#E4F9F7
6#EAFAF9
7#EFFBFA
8#F4FCFC
9#FAFEFD

Tones

Muted variations

1#CCF0EE
2#CEEEEC
3#D0ECEA
4#D2EAE8
5#D4E8E7
6#D6E6E5
7#D8E4E3
8#DAE2E1
9#DCE0E0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFB
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F7
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2EF
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8E3
BordersInactive statesPlaceholder text
400
6FDC
#6FDCD5
Disabled statesSecondary iconsMuted text
500
46D2
#46D2C9
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB5AC
Hover statesFocus ringsPrimary buttons hover
700
2390
#239088
Active/pressed statesDark mode accentsSecondary text
800
1967
#196761
Text on light backgroundsHeadingsStrong borders
900
1042
#10423E
Primary textHigh emphasis contentDark headings
950
0A29
#0A2927
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FCFB;
  --lavender-100: #E2F8F7;
  --lavender-200: #CAF2EF;
  --lavender-300: #A1E8E3;
  --lavender-400: #6FDCD5;
  --lavender-500: #46D2C9;
  --lavender-600: #2CB5AC;
  --lavender-700: #239088;
  --lavender-800: #196761;
  --lavender-900: #10423E;
  --lavender-950: #0A2927;
}
Generate More ShadesCreate PaletteConvert Color