Sky Blue

#96A4F3

Blue

Color Codes

All color formats for development

HEX
#96A4F3
RGB
rgb(150, 164, 243)
HSL
hsl(231, 79%, 77%)
OKLCH
oklch(0.739 0.115 275.5)
CMYK
cmyk(38%, 33%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DFE3
200
#C4CC
300
#96A4
400
#5F74
500
#324D
600
#1832
700
#1328
800
#0D1C
900
#0912
950
#050B

Shades

Darker variations

1#7385EF
2#5067EA
3#2D48E6
4#1935D3
5#152CB0
6#10238D
7#0C1A69
8#081246
9#040923

Tints

Lighter variations

1#A1ADF4
2#ABB6F5
3#B6BFF6
4#C0C8F8
5#CBD1F9
6#D5DBFA
7#E0E4FB
8#EAEDFD
9#F5F6FE

Tones

Muted variations

1#9BA7EE
2#9FAAE9
3#A4AEE5
4#A9B1E0
5#ADB4DC
6#B2B7D7
7#B6BBD2
8#BBBECE
9#C0C1C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE3
#DFE3FB
Light backgroundsTable row hoverSkeleton loading
200
C4CC
#C4CCF8
Secondary backgroundsInput backgroundsDividers
300
96A4
#96A4F3
BordersInactive statesPlaceholder text
400
5F74
#5F74EC
Disabled statesSecondary iconsMuted text
500
324D
#324DE7
Primary brand colorCTAsActive elementsLinks
600
1832
#1832C9
Hover statesFocus ringsPrimary buttons hover
700
1328
#1328A0
Active/pressed statesDark mode accentsSecondary text
800
0D1C
#0D1C72
Text on light backgroundsHeadingsStrong borders
900
0912
#091249
Primary textHigh emphasis contentDark headings
950
050B
#050B2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F3FD;
  --sky-blue-100: #DFE3FB;
  --sky-blue-200: #C4CCF8;
  --sky-blue-300: #96A4F3;
  --sky-blue-400: #5F74EC;
  --sky-blue-500: #324DE7;
  --sky-blue-600: #1832C9;
  --sky-blue-700: #1328A0;
  --sky-blue-800: #0D1C72;
  --sky-blue-900: #091249;
  --sky-blue-950: #050B2E;
}
Generate More ShadesCreate PaletteConvert Color