Sky Blue

#91B5F8

Blue

Color Codes

All color formats for development

HEX
#91B5F8
RGB
rgb(145, 181, 248)
HSL
hsl(219, 88%, 77%)
OKLCH
oklch(0.772 0.104 262.4)
CMYK
cmyk(42%, 27%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.07:1

AA AAA

On Black Background

10.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DDE8
200
#C1D5
300
#91B5
400
#578E
500
#276E
600
#0D53
700
#0B42
800
#082F
900
#051E
950
#0313

Shades

Darker variations

1#6C9CF6
2#4783F3
3#226AF1
4#0E57DD
5#0C48B9
6#093A94
7#072B6F
8#051D4A
9#020E25

Tints

Lighter variations

1#9CBCF9
2#A7C4F9
3#B2CBFA
4#BDD3FB
5#C8DAFB
6#D3E1FC
7#DEE9FD
8#E9F0FE
9#F4F8FE

Tones

Muted variations

1#96B6F3
2#9BB8EE
3#A0BAE8
4#A5BBE3
5#ABBDDE
6#B0BED9
7#B5C0D4
8#BAC1CF
9#BFC3CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE8
#DDE8FD
Light backgroundsTable row hoverSkeleton loading
200
C1D5
#C1D5FB
Secondary backgroundsInput backgroundsDividers
300
91B5
#91B5F8
BordersInactive statesPlaceholder text
400
578E
#578EF4
Disabled statesSecondary iconsMuted text
500
276E
#276EF1
Primary brand colorCTAsActive elementsLinks
600
0D53
#0D53D3
Hover statesFocus ringsPrimary buttons hover
700
0B42
#0B42A8
Active/pressed statesDark mode accentsSecondary text
800
082F
#082F78
Text on light backgroundsHeadingsStrong borders
900
051E
#051E4D
Primary textHigh emphasis contentDark headings
950
0313
#031330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F5FE;
  --sky-blue-100: #DDE8FD;
  --sky-blue-200: #C1D5FB;
  --sky-blue-300: #91B5F8;
  --sky-blue-400: #578EF4;
  --sky-blue-500: #276EF1;
  --sky-blue-600: #0D53D3;
  --sky-blue-700: #0B42A8;
  --sky-blue-800: #082F78;
  --sky-blue-900: #051E4D;
  --sky-blue-950: #031330;
}
Generate More ShadesCreate PaletteConvert Color