Sky Blue

#8B9AFE

Blue

Color Codes

All color formats for development

HEX
#8B9AFE
RGB
rgb(139, 154, 254)
HSL
hsl(232, 98%, 77%)
OKLCH
oklch(0.717 0.146 275.6)
CMYK
cmyk(45%, 39%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

2.58:1

AA AAA

On Black Background

8.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DCE0
200
#BDC6
300
#8B9A
400
#4E66
500
#1C3A
600
#0220
700
#0219
800
#0112
900
#010B
950
#0107

Shades

Darker variations

1#6478FD
2#3D57FD
3#1635FD
4#0221E9
5#021CC2
6#02169C
7#011175
8#010B4E
9#000627

Tints

Lighter variations

1#96A4FE
2#A2AEFE
3#AEB8FE
4#B9C3FE
5#C5CDFE
6#D1D7FF
7#DCE1FF
8#E8EBFF
9#F3F5FF

Tones

Muted variations

1#919EF8
2#96A3F2
3#9CA7ED
4#A2ABE7
5#A8AFE1
6#ADB3DB
7#B3B8D6
8#B9BCD0
9#BFC0CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE0
#DCE0FF
Light backgroundsTable row hoverSkeleton loading
200
BDC6
#BDC6FE
Secondary backgroundsInput backgroundsDividers
300
8B9A
#8B9AFE
BordersInactive statesPlaceholder text
400
4E66
#4E66FD
Disabled statesSecondary iconsMuted text
500
1C3A
#1C3AFD
Primary brand colorCTAsActive elementsLinks
600
0220
#0220DE
Hover statesFocus ringsPrimary buttons hover
700
0219
#0219B1
Active/pressed statesDark mode accentsSecondary text
800
0112
#01127E
Text on light backgroundsHeadingsStrong borders
900
010B
#010B51
Primary textHigh emphasis contentDark headings
950
0107
#010732
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F2FF;
  --sky-blue-100: #DCE0FF;
  --sky-blue-200: #BDC6FE;
  --sky-blue-300: #8B9AFE;
  --sky-blue-400: #4E66FD;
  --sky-blue-500: #1C3AFD;
  --sky-blue-600: #0220DE;
  --sky-blue-700: #0219B1;
  --sky-blue-800: #01127E;
  --sky-blue-900: #010B51;
  --sky-blue-950: #010732;
}
Generate More ShadesCreate PaletteConvert Color