Sky Blue

#56E0F5

Cyan

Color Codes

All color formats for development

HEX
#56E0F5
RGB
rgb(86, 224, 245)
HSL
hsl(188, 89%, 65%)
OKLCH
oklch(0.84 0.121 209.3)
CMYK
cmyk(65%, 9%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.57:1

AA AAA

On Black Background

13.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DDF9
200
#C0F3
300
#90EB
400
#56E0
500
#26D7
600
#0CB9
700
#0A94
800
#0769
900
#0443
950
#032A

Shades

Darker variations

1#37DAF3
2#18D4F2
3#0DC0DB
4#0BA4BC
5#09899D
6#076E7D
7#05525E
8#04373F
9#021B1F

Tints

Lighter variations

1#67E3F6
2#78E6F7
3#89E9F8
4#9AECF9
5#ABF0FA
6#BCF3FB
7#CCF6FC
8#DDF9FD
9#EEFCFE

Tones

Muted variations

1#5EDAED
2#66D4E5
3#6ECFDD
4#76C9D5
5#7EC3CD
6#86BDC6
7#8EB7BE
8#96B1B6
9#9EACAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF9
#DDF9FD
Light backgroundsTable row hoverSkeleton loading
200
C0F3
#C0F3FB
Secondary backgroundsInput backgroundsDividers
300
90EB
#90EBF9
BordersInactive statesPlaceholder text
400
56E0
#56E0F5
Disabled statesSecondary iconsMuted text
500
26D7
#26D7F2
Primary brand colorCTAsActive elementsLinks
600
0CB9
#0CB9D4
Hover statesFocus ringsPrimary buttons hover
700
0A94
#0A94A9
Active/pressed statesDark mode accentsSecondary text
800
0769
#076978
Text on light backgroundsHeadingsStrong borders
900
0443
#04434D
Primary textHigh emphasis contentDark headings
950
032A
#032A30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FCFE;
  --sky-blue-100: #DDF9FD;
  --sky-blue-200: #C0F3FB;
  --sky-blue-300: #90EBF9;
  --sky-blue-400: #56E0F5;
  --sky-blue-500: #26D7F2;
  --sky-blue-600: #0CB9D4;
  --sky-blue-700: #0A94A9;
  --sky-blue-800: #076978;
  --sky-blue-900: #04434D;
  --sky-blue-950: #032A30;
}
Generate More ShadesCreate PaletteConvert Color