Sky Blue

#91BDF8

Blue

Color Codes

All color formats for development

HEX
#91BDF8
RGB
rgb(145, 189, 248)
HSL
hsl(214, 88%, 77%)
OKLCH
oklch(0.789 0.097 255.9)
CMYK
cmyk(42%, 24%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DDEB
200
#C1DA
300
#91BD
400
#579B
500
#277F
600
#0D63
700
#0B4F
800
#0838
900
#0524
950
#0317

Shades

Darker variations

1#6CA8F6
2#4792F3
3#227CF1
4#0E68DD
5#0C57B9
6#094594
7#07346F
8#05234A
9#021125

Tints

Lighter variations

1#9CC4F9
2#A7CBF9
3#B2D1FA
4#BDD8FB
5#C8DEFB
6#D3E5FC
7#DEEBFD
8#E9F2FE
9#F4F8FE

Tones

Muted variations

1#96BEF3
2#9BBFEE
3#A0C0E8
4#A5C0E3
5#ABC1DE
6#B0C2D9
7#B5C2D4
8#BAC3CF
9#BFC4CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEB
#DDEBFD
Light backgroundsTable row hoverSkeleton loading
200
C1DA
#C1DAFB
Secondary backgroundsInput backgroundsDividers
300
91BD
#91BDF8
BordersInactive statesPlaceholder text
400
579B
#579BF4
Disabled statesSecondary iconsMuted text
500
277F
#277FF1
Primary brand colorCTAsActive elementsLinks
600
0D63
#0D63D3
Hover statesFocus ringsPrimary buttons hover
700
0B4F
#0B4FA8
Active/pressed statesDark mode accentsSecondary text
800
0838
#083878
Text on light backgroundsHeadingsStrong borders
900
0524
#05244D
Primary textHigh emphasis contentDark headings
950
0317
#031730
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F6FE;
  --sky-blue-100: #DDEBFD;
  --sky-blue-200: #C1DAFB;
  --sky-blue-300: #91BDF8;
  --sky-blue-400: #579BF4;
  --sky-blue-500: #277FF1;
  --sky-blue-600: #0D63D3;
  --sky-blue-700: #0B4FA8;
  --sky-blue-800: #083878;
  --sky-blue-900: #05244D;
  --sky-blue-950: #031730;
}
Generate More ShadesCreate PaletteConvert Color