Sky Blue

#56DBF5

Cyan

Color Codes

All color formats for development

HEX
#56DBF5
RGB
rgb(86, 219, 245)
HSL
hsl(190, 89%, 65%)
OKLCH
oklch(0.829 0.12 213)
CMYK
cmyk(65%, 11%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.63:1

AA AAA

On Black Background

12.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DDF8
200
#C0F2
300
#90E7
400
#56DB
500
#26D0
600
#0CB3
700
#0A8E
800
#0766
900
#0441
950
#0329

Shades

Darker variations

1#37D4F3
2#18CDF2
3#0DB9DB
4#0B9EBC
5#09849D
6#076A7D
7#054F5E
8#04353F
9#021A1F

Tints

Lighter variations

1#67DEF6
2#78E2F7
3#89E6F8
4#9AE9F9
5#ABEDFA
6#BCF0FB
7#CCF4FC
8#DDF8FD
9#EEFBFE

Tones

Muted variations

1#5ED5ED
2#66D0E5
3#6ECBDD
4#76C6D5
5#7EC0CD
6#86BBC6
7#8EB6BE
8#96B0B6
9#9EABAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF8
#DDF8FD
Light backgroundsTable row hoverSkeleton loading
200
C0F2
#C0F2FB
Secondary backgroundsInput backgroundsDividers
300
90E7
#90E7F9
BordersInactive statesPlaceholder text
400
56DB
#56DBF5
Disabled statesSecondary iconsMuted text
500
26D0
#26D0F2
Primary brand colorCTAsActive elementsLinks
600
0CB3
#0CB3D4
Hover statesFocus ringsPrimary buttons hover
700
0A8E
#0A8EA9
Active/pressed statesDark mode accentsSecondary text
800
0766
#076678
Text on light backgroundsHeadingsStrong borders
900
0441
#04414D
Primary textHigh emphasis contentDark headings
950
0329
#032930
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FCFE;
  --sky-blue-100: #DDF8FD;
  --sky-blue-200: #C0F2FB;
  --sky-blue-300: #90E7F9;
  --sky-blue-400: #56DBF5;
  --sky-blue-500: #26D0F2;
  --sky-blue-600: #0CB3D4;
  --sky-blue-700: #0A8EA9;
  --sky-blue-800: #076678;
  --sky-blue-900: #04414D;
  --sky-blue-950: #032930;
}
Generate More ShadesCreate PaletteConvert Color