Sky Blue

#96C1F3

Blue

Color Codes

All color formats for development

HEX
#96C1F3
RGB
rgb(150, 193, 243)
HSL
hsl(212, 79%, 77%)
OKLCH
oklch(0.798 0.085 252.6)
CMYK
cmyk(38%, 21%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

1.87:1

AA AAA

On Black Background

11.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DFEC
200
#C4DC
300
#96C1
400
#5FA1
500
#3286
600
#186A
700
#1355
800
#0D3C
900
#0927
950
#0518

Shades

Darker variations

1#73ADEF
2#5098EA
3#2D83E6
4#1970D3
5#155DB0
6#104A8D
7#0C3869
8#082546
9#041323

Tints

Lighter variations

1#A1C7F4
2#ABCEF5
3#B6D4F6
4#C0DAF8
5#CBE0F9
6#D5E6FA
7#E0ECFB
8#EAF3FD
9#F5F9FE

Tones

Muted variations

1#9BC2EE
2#9FC2E9
3#A4C2E5
4#A9C2E0
5#ADC3DC
6#B2C3D7
7#B6C3D2
8#BBC4CE
9#C0C4C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FD
BackgroundsSubtle highlightsCard backgrounds
100
DFEC
#DFECFB
Light backgroundsTable row hoverSkeleton loading
200
C4DC
#C4DCF8
Secondary backgroundsInput backgroundsDividers
300
96C1
#96C1F3
BordersInactive statesPlaceholder text
400
5FA1
#5FA1EC
Disabled statesSecondary iconsMuted text
500
3286
#3286E7
Primary brand colorCTAsActive elementsLinks
600
186A
#186AC9
Hover statesFocus ringsPrimary buttons hover
700
1355
#1355A0
Active/pressed statesDark mode accentsSecondary text
800
0D3C
#0D3C72
Text on light backgroundsHeadingsStrong borders
900
0927
#092749
Primary textHigh emphasis contentDark headings
950
0518
#05182E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1F7FD;
  --sky-blue-100: #DFECFB;
  --sky-blue-200: #C4DCF8;
  --sky-blue-300: #96C1F3;
  --sky-blue-400: #5FA1EC;
  --sky-blue-500: #3286E7;
  --sky-blue-600: #186AC9;
  --sky-blue-700: #1355A0;
  --sky-blue-800: #0D3C72;
  --sky-blue-900: #092749;
  --sky-blue-950: #05182E;
}
Generate More ShadesCreate PaletteConvert Color