Sky Blue

#51C8FB

Blue

Color Codes

All color formats for development

HEX
#51C8FB
RGB
rgb(81, 200, 251)
HSL
hsl(198, 96%, 65%)
OKLCH
oklch(0.786 0.127 229.9)
CMYK
cmyk(68%, 20%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

11.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF4
200
#BEEB
300
#8CDB
400
#50C8
500
#1EB8
600
#049B
700
#047C
800
#0358
900
#0238
950
#0123

Shades

Darker variations

1#30BEFB
2#0FB4FA
3#05A1E3
4#048AC3
5#0373A2
6#035C82
7#024561
8#012E41
9#011720

Tints

Lighter variations

1#62CEFC
2#73D3FC
3#85D9FD
4#96DEFD
5#A8E4FD
6#B9E9FE
7#CBEFFE
8#DCF4FE
9#EEFAFF

Tones

Muted variations

1#59C5F3
2#61C1EA
3#6ABEE2
4#72BAD9
5#7BB7D1
6#83B3C8
7#8CB0BF
8#95ADB7
9#9DA9AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF4
#DCF4FE
Light backgroundsTable row hoverSkeleton loading
200
BEEB
#BEEBFE
Secondary backgroundsInput backgroundsDividers
300
8CDB
#8CDBFD
BordersInactive statesPlaceholder text
400
50C8
#50C8FB
Disabled statesSecondary iconsMuted text
500
1EB8
#1EB8FA
Primary brand colorCTAsActive elementsLinks
600
049B
#049BDC
Hover statesFocus ringsPrimary buttons hover
700
047C
#047CAF
Active/pressed statesDark mode accentsSecondary text
800
0358
#03587D
Text on light backgroundsHeadingsStrong borders
900
0238
#023850
Primary textHigh emphasis contentDark headings
950
0123
#012332
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FAFF;
  --sky-blue-100: #DCF4FE;
  --sky-blue-200: #BEEBFE;
  --sky-blue-300: #8CDBFD;
  --sky-blue-400: #50C8FB;
  --sky-blue-500: #1EB8FA;
  --sky-blue-600: #049BDC;
  --sky-blue-700: #047CAF;
  --sky-blue-800: #03587D;
  --sky-blue-900: #023850;
  --sky-blue-950: #012332;
}
Generate More ShadesCreate PaletteConvert Color