Sky Blue

#7EC5CD

Cyan

Color Codes

All color formats for development

HEX
#7EC5CD
RGB
rgb(126, 197, 205)
HSL
hsl(186, 44%, 65%)
OKLCH
oklch(0.779 0.072 204.9)
CMYK
cmyk(39%, 4%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.95:1

AA AAA

On Black Background

10.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F3
200
#CFEA
300
#ABD9
400
#7EC5
500
#5AB5
600
#3F98
700
#3279
800
#2456
900
#1737
950
#0E22

Shades

Darker variations

1#67BAC4
2#4FB0BA
3#419DA7
4#38868F
5#2E7077
6#255A5F
7#1C4348
8#132D30
9#091618

Tints

Lighter variations

1#8BCBD2
2#98D1D7
3#A5D7DC
4#B2DCE1
5#BFE2E6
6#CCE8EB
7#D8EEF0
8#E5F3F5
9#F2F9FA

Tones

Muted variations

1#82C2C9
2#86BFC5
3#8ABCC1
4#8EB9BD
5#92B5B9
6#96B2B5
7#9AAFB2
8#9EACAE
9#A2A9AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F3
#E5F3F5
Light backgroundsTable row hoverSkeleton loading
200
CFEA
#CFEAEC
Secondary backgroundsInput backgroundsDividers
300
ABD9
#ABD9DE
BordersInactive statesPlaceholder text
400
7EC5
#7EC5CD
Disabled statesSecondary iconsMuted text
500
5AB5
#5AB5BF
Primary brand colorCTAsActive elementsLinks
600
3F98
#3F98A2
Hover statesFocus ringsPrimary buttons hover
700
3279
#327981
Active/pressed statesDark mode accentsSecondary text
800
2456
#24565C
Text on light backgroundsHeadingsStrong borders
900
1737
#17373B
Primary textHigh emphasis contentDark headings
950
0E22
#0E2225
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4FAFB;
  --sky-blue-100: #E5F3F5;
  --sky-blue-200: #CFEAEC;
  --sky-blue-300: #ABD9DE;
  --sky-blue-400: #7EC5CD;
  --sky-blue-500: #5AB5BF;
  --sky-blue-600: #3F98A2;
  --sky-blue-700: #327981;
  --sky-blue-800: #24565C;
  --sky-blue-900: #17373B;
  --sky-blue-950: #0E2225;
}
Generate More ShadesCreate PaletteConvert Color