Lavender

#C1EDFA

Cyan

Color Codes

All color formats for development

HEX
#C1EDFA
RGB
rgb(193, 237, 250)
HSL
hsl(194, 85%, 87%)
OKLCH
oklch(0.919 0.049 217.7)
CMYK
cmyk(23%, 5%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DEF5
200
#C2ED
300
#92DF
400
#5ACE
500
#2BC0
600
#11A3
700
#0D82
800
#0A5D
900
#063B
950
#0425

Shades

Darker variations

1#99E1F7
2#70D5F3
3#47C8F0
4#1EBCED
5#11A1CD
6#0D81A4
7#0A617B
8#074052
9#032029

Tints

Lighter variations

1#C8EFFB
2#CEF1FB
3#D4F2FC
4#DAF4FC
5#E0F6FD
6#E6F8FD
7#EDFAFE
8#F3FBFE
9#F9FDFF

Tones

Muted variations

1#C4EBF7
2#C7EAF4
3#CAE8F2
4#CDE7EF
5#D0E5EC
6#D3E4E9
7#D5E2E6
8#D8E1E3
9#DBDFE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DEF5
#DEF5FC
Light backgroundsTable row hoverSkeleton loading
200
C2ED
#C2EDFA
Secondary backgroundsInput backgroundsDividers
300
92DF
#92DFF6
BordersInactive statesPlaceholder text
400
5ACE
#5ACEF2
Disabled statesSecondary iconsMuted text
500
2BC0
#2BC0EE
Primary brand colorCTAsActive elementsLinks
600
11A3
#11A3D0
Hover statesFocus ringsPrimary buttons hover
700
0D82
#0D82A5
Active/pressed statesDark mode accentsSecondary text
800
0A5D
#0A5D76
Text on light backgroundsHeadingsStrong borders
900
063B
#063B4B
Primary textHigh emphasis contentDark headings
950
0425
#04252F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lavender-50: #F1FBFE;
  --lavender-100: #DEF5FC;
  --lavender-200: #C2EDFA;
  --lavender-300: #92DFF6;
  --lavender-400: #5ACEF2;
  --lavender-500: #2BC0EE;
  --lavender-600: #11A3D0;
  --lavender-700: #0D82A5;
  --lavender-800: #0A5D76;
  --lavender-900: #063B4B;
  --lavender-950: #04252F;
}
Generate More ShadesCreate PaletteConvert Color