Sky Blue

#57D0F4

Cyan

Color Codes

All color formats for development

HEX
#57D0F4
RGB
rgb(87, 208, 244)
HSL
hsl(194, 88%, 65%)
OKLCH
oklch(0.803 0.118 220.9)
CMYK
cmyk(64%, 15%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

1.79:1

AA AAA

On Black Background

11.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FB
100
#DDF6
200
#C1ED
300
#91E0
400
#57D0
500
#27C2
600
#0DA5
700
#0B83
800
#085E
900
#053C
950
#0325

Shades

Darker variations

1#38C7F2
2#19BEF0
3#0EAADA
4#0C92BB
5#0A7A9C
6#08617D
7#06495D
8#04313E
9#02181F

Tints

Lighter variations

1#68D4F5
2#79D9F6
3#8ADEF8
4#9AE3F9
5#ABE7FA
6#BCECFB
7#CDF1FC
8#DDF6FD
9#EEFAFE

Tones

Muted variations

1#5FCBEC
2#67C7E5
3#6FC3DD
4#77BFD5
5#7EBBCD
6#86B7C5
7#8EB2BD
8#96AEB5
9#9EAAAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FB
#F1FBFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF6
#DDF6FD
Light backgroundsTable row hoverSkeleton loading
200
C1ED
#C1EDFB
Secondary backgroundsInput backgroundsDividers
300
91E0
#91E0F8
BordersInactive statesPlaceholder text
400
57D0
#57D0F4
Disabled statesSecondary iconsMuted text
500
27C2
#27C2F1
Primary brand colorCTAsActive elementsLinks
600
0DA5
#0DA5D3
Hover statesFocus ringsPrimary buttons hover
700
0B83
#0B83A8
Active/pressed statesDark mode accentsSecondary text
800
085E
#085E78
Text on light backgroundsHeadingsStrong borders
900
053C
#053C4D
Primary textHigh emphasis contentDark headings
950
0325
#032530
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FBFE;
  --sky-blue-100: #DDF6FD;
  --sky-blue-200: #C1EDFB;
  --sky-blue-300: #91E0F8;
  --sky-blue-400: #57D0F4;
  --sky-blue-500: #27C2F1;
  --sky-blue-600: #0DA5D3;
  --sky-blue-700: #0B83A8;
  --sky-blue-800: #085E78;
  --sky-blue-900: #053C4D;
  --sky-blue-950: #032530;
}
Generate More ShadesCreate PaletteConvert Color