Lavender

#CAF2F0

Cyan

Color Codes

All color formats for development

HEX
#CAF2F0
RGB
rgb(202, 242, 240)
HSL
hsl(177, 61%, 87%)
OKLCH
oklch(0.932 0.041 192.7)
CMYK
cmyk(17%, 0%, 1%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.47: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#A6E9E6
2#82E1DC
3#5ED8D2
4#3BCFC8
5#2BB3AC
6#238F89
7#1A6B67
8#114745
9#092422

Tints

Lighter variations

1#CFF3F2
2#D4F5F3
3#DAF6F5
4#DFF7F6
5#E4F9F8
6#EAFAF9
7#EFFBFB
8#F4FCFC
9#FAFEFE

Tones

Muted variations

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

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F7
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2F0
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8E5
BordersInactive statesPlaceholder text
400
6FDC
#6FDCD7
Disabled statesSecondary iconsMuted text
500
46D2
#46D2CB
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB5AE
Hover statesFocus ringsPrimary buttons hover
700
2390
#23908A
Active/pressed statesDark mode accentsSecondary text
800
1967
#196763
Text on light backgroundsHeadingsStrong borders
900
1042
#10423F
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: #F3FCFC;
  --lavender-100: #E2F8F7;
  --lavender-200: #CAF2F0;
  --lavender-300: #A1E8E5;
  --lavender-400: #6FDCD7;
  --lavender-500: #46D2CB;
  --lavender-600: #2CB5AE;
  --lavender-700: #23908A;
  --lavender-800: #196763;
  --lavender-900: #10423F;
  --lavender-950: #0A2927;
}
Generate More ShadesCreate PaletteConvert Color