Sky Blue

#50C5FB

Blue

Color Codes

All color formats for development

HEX
#50C5FB
RGB
rgb(80, 197, 251)
HSL
hsl(199, 96%, 65%)
OKLCH
oklch(0.779 0.129 231.9)
CMYK
cmyk(68%, 22%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.96:1

AA AAA

On Black Background

10.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF3
200
#BEEA
300
#8CD9
400
#50C5
500
#1EB5
600
#0498
700
#0479
800
#0356
900
#0237
950
#0122

Shades

Darker variations

1#30BAFB
2#0FB0FA
3#059DE3
4#0486C3
5#0370A2
6#035A82
7#024361
8#012D41
9#011620

Tints

Lighter variations

1#62CBFC
2#73D1FC
3#85D7FD
4#96DCFD
5#A8E2FD
6#B9E8FE
7#CBEEFE
8#DCF3FE
9#EEF9FF

Tones

Muted variations

1#59C2F3
2#61BFEA
3#6ABCE2
4#72B9D9
5#7BB5D1
6#83B2C8
7#8CAFBF
8#95ACB7
9#9DA9AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF3
#DCF3FE
Light backgroundsTable row hoverSkeleton loading
200
BEEA
#BEEAFE
Secondary backgroundsInput backgroundsDividers
300
8CD9
#8CD9FD
BordersInactive statesPlaceholder text
400
50C5
#50C5FB
Disabled statesSecondary iconsMuted text
500
1EB5
#1EB5FA
Primary brand colorCTAsActive elementsLinks
600
0498
#0498DC
Hover statesFocus ringsPrimary buttons hover
700
0479
#0479AF
Active/pressed statesDark mode accentsSecondary text
800
0356
#03567D
Text on light backgroundsHeadingsStrong borders
900
0237
#023750
Primary textHigh emphasis contentDark headings
950
0122
#012232
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FAFF;
  --sky-blue-100: #DCF3FE;
  --sky-blue-200: #BEEAFE;
  --sky-blue-300: #8CD9FD;
  --sky-blue-400: #50C5FB;
  --sky-blue-500: #1EB5FA;
  --sky-blue-600: #0498DC;
  --sky-blue-700: #0479AF;
  --sky-blue-800: #03567D;
  --sky-blue-900: #023750;
  --sky-blue-950: #012232;
}
Generate More ShadesCreate PaletteConvert Color