Sky Blue

#91B7F8

Blue

Color Codes

All color formats for development

HEX
#91B7F8
RGB
rgb(145, 183, 248)
HSL
hsl(218, 88%, 77%)
OKLCH
oklch(0.777 0.102 260.9)
CMYK
cmyk(42%, 26%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.03:1

AA AAA

On Black Background

10.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DDE9
200
#C1D6
300
#91B7
400
#5791
500
#2771
600
#0D56
700
#0B44
800
#0831
900
#051F
950
#0314

Shades

Darker variations

1#6C9EF6
2#4786F3
3#226EF1
4#0E5ADD
5#0C4BB9
6#093C94
7#072D6F
8#051E4A
9#020F25

Tints

Lighter variations

1#9CBEF9
2#A7C5F9
3#B2CCFA
4#BDD4FB
5#C8DBFB
6#D3E2FC
7#DEE9FD
8#E9F1FE
9#F4F8FE

Tones

Muted variations

1#96B8F3
2#9BB9EE
3#A0BBE8
4#A5BCE3
5#ABBDDE
6#B0BFD9
7#B5C0D4
8#BAC2CF
9#BFC3CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C1D6
#C1D6FB
Secondary backgroundsInput backgroundsDividers
300
91B7
#91B7F8
BordersInactive statesPlaceholder text
400
5791
#5791F4
Disabled statesSecondary iconsMuted text
500
2771
#2771F1
Primary brand colorCTAsActive elementsLinks
600
0D56
#0D56D3
Hover statesFocus ringsPrimary buttons hover
700
0B44
#0B44A8
Active/pressed statesDark mode accentsSecondary text
800
0831
#083178
Text on light backgroundsHeadingsStrong borders
900
051F
#051F4D
Primary textHigh emphasis contentDark headings
950
0314
#031430
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F6FE;
  --sky-blue-100: #DDE9FD;
  --sky-blue-200: #C1D6FB;
  --sky-blue-300: #91B7F8;
  --sky-blue-400: #5791F4;
  --sky-blue-500: #2771F1;
  --sky-blue-600: #0D56D3;
  --sky-blue-700: #0B44A8;
  --sky-blue-800: #083178;
  --sky-blue-900: #051F4D;
  --sky-blue-950: #031430;
}
Generate More ShadesCreate PaletteConvert Color