Sky Blue

#50BFFB

Blue

Color Codes

All color formats for development

HEX
#50BFFB
RGB
rgb(80, 191, 251)
HSL
hsl(201, 96%, 65%)
OKLCH
oklch(0.766 0.132 235.9)
CMYK
cmyk(68%, 24%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.06:1

AA AAA

On Black Background

10.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF2
200
#BEE7
300
#8CD5
400
#50BF
500
#1EAD
600
#0491
700
#0473
800
#0352
900
#0235
950
#0121

Shades

Darker variations

1#30B4FB
2#0FA8FA
3#0595E3
4#0480C3
5#036BA2
6#035582
7#024061
8#012B41
9#011520

Tints

Lighter variations

1#62C6FC
2#73CCFC
3#85D3FD
4#96D9FD
5#A8DFFD
6#B9E6FE
7#CBECFE
8#DCF2FE
9#EEF9FF

Tones

Muted variations

1#59BDF3
2#61BAEA
3#6AB8E2
4#72B5D9
5#7BB3D1
6#83B0C8
7#8CADBF
8#95ABB7
9#9DA8AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF2
#DCF2FE
Light backgroundsTable row hoverSkeleton loading
200
BEE7
#BEE7FE
Secondary backgroundsInput backgroundsDividers
300
8CD5
#8CD5FD
BordersInactive statesPlaceholder text
400
50BF
#50BFFB
Disabled statesSecondary iconsMuted text
500
1EAD
#1EADFA
Primary brand colorCTAsActive elementsLinks
600
0491
#0491DC
Hover statesFocus ringsPrimary buttons hover
700
0473
#0473AF
Active/pressed statesDark mode accentsSecondary text
800
0352
#03527D
Text on light backgroundsHeadingsStrong borders
900
0235
#023550
Primary textHigh emphasis contentDark headings
950
0121
#012132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FAFF;
  --sky-blue-100: #DCF2FE;
  --sky-blue-200: #BEE7FE;
  --sky-blue-300: #8CD5FD;
  --sky-blue-400: #50BFFB;
  --sky-blue-500: #1EADFA;
  --sky-blue-600: #0491DC;
  --sky-blue-700: #0473AF;
  --sky-blue-800: #03527D;
  --sky-blue-900: #023550;
  --sky-blue-950: #012132;
}
Generate More ShadesCreate PaletteConvert Color