Sky Blue

#91BFF8

Blue

Color Codes

All color formats for development

HEX
#91BFF8
RGB
rgb(145, 191, 248)
HSL
hsl(213, 88%, 77%)
OKLCH
oklch(0.793 0.095 254.2)
CMYK
cmyk(42%, 23%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

11.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DDEC
200
#C1DB
300
#91BF
400
#579E
500
#2782
600
#0D66
700
#0B51
800
#083A
900
#0525
950
#0317

Shades

Darker variations

1#6CAAF6
2#4794F3
3#227FF1
4#0E6BDD
5#0C5AB9
6#094894
7#07366F
8#05244A
9#021225

Tints

Lighter variations

1#9CC6F9
2#A7CCF9
3#B2D2FA
4#BDD9FB
5#C8DFFB
6#D3E5FC
7#DEECFD
8#E9F2FE
9#F4F9FE

Tones

Muted variations

1#96C0F3
2#9BC0EE
3#A0C1E8
4#A5C1E3
5#ABC2DE
6#B0C2D9
7#B5C3D4
8#BAC3CF
9#BFC4CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEC
#DDECFD
Light backgroundsTable row hoverSkeleton loading
200
C1DB
#C1DBFB
Secondary backgroundsInput backgroundsDividers
300
91BF
#91BFF8
BordersInactive statesPlaceholder text
400
579E
#579EF4
Disabled statesSecondary iconsMuted text
500
2782
#2782F1
Primary brand colorCTAsActive elementsLinks
600
0D66
#0D66D3
Hover statesFocus ringsPrimary buttons hover
700
0B51
#0B51A8
Active/pressed statesDark mode accentsSecondary text
800
083A
#083A78
Text on light backgroundsHeadingsStrong borders
900
0525
#05254D
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: #F1F7FE;
  --sky-blue-100: #DDECFD;
  --sky-blue-200: #C1DBFB;
  --sky-blue-300: #91BFF8;
  --sky-blue-400: #579EF4;
  --sky-blue-500: #2782F1;
  --sky-blue-600: #0D66D3;
  --sky-blue-700: #0B51A8;
  --sky-blue-800: #083A78;
  --sky-blue-900: #05254D;
  --sky-blue-950: #031730;
}
Generate More ShadesCreate PaletteConvert Color