Lavender

#CAE9F2

Cyan

Color Codes

All color formats for development

HEX
#CAE9F2
RGB
rgb(202, 233, 242)
HSL
hsl(194, 61%, 87%)
OKLCH
oklch(0.914 0.035 217.1)
CMYK
cmyk(17%, 4%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.28:1

AA AAA

On Black Background

16.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FA
100
#E2F3
200
#CAE9
300
#A1D7
400
#6FC3
500
#46B2
600
#2C95
700
#2376
800
#1954
900
#1036
950
#0A22

Shades

Darker variations

1#A6DAE9
2#82CBE1
3#5EBCD8
4#3BADCF
5#2B93B3
6#23768F
7#1A586B
8#113B47
9#091D24

Tints

Lighter variations

1#CFEBF3
2#D4EDF5
3#DAEFF6
4#DFF2F7
5#E4F4F9
6#EAF6FA
7#EFF8FB
8#F4FBFC
9#FAFDFE

Tones

Muted variations

1#CCE8F0
2#CEE6EE
3#D0E5EC
4#D2E4EA
5#D4E3E8
6#D6E2E6
7#D8E1E4
8#DAE0E2
9#DCDFE0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FA
#F3FAFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F3
#E2F3F8
Light backgroundsTable row hoverSkeleton loading
200
CAE9
#CAE9F2
Secondary backgroundsInput backgroundsDividers
300
A1D7
#A1D7E8
BordersInactive statesPlaceholder text
400
6FC3
#6FC3DC
Disabled statesSecondary iconsMuted text
500
46B2
#46B2D2
Primary brand colorCTAsActive elementsLinks
600
2C95
#2C95B5
Hover statesFocus ringsPrimary buttons hover
700
2376
#237690
Active/pressed statesDark mode accentsSecondary text
800
1954
#195467
Text on light backgroundsHeadingsStrong borders
900
1036
#103642
Primary textHigh emphasis contentDark headings
950
0A22
#0A2229
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F3FAFC;
  --lavender-100: #E2F3F8;
  --lavender-200: #CAE9F2;
  --lavender-300: #A1D7E8;
  --lavender-400: #6FC3DC;
  --lavender-500: #46B2D2;
  --lavender-600: #2C95B5;
  --lavender-700: #237690;
  --lavender-800: #195467;
  --lavender-900: #103642;
  --lavender-950: #0A2229;
}
Generate More ShadesCreate PaletteConvert Color