Sky Blue

#8BA6FD

Blue

Color Codes

All color formats for development

HEX
#8BA6FD
RGB
rgb(139, 166, 253)
HSL
hsl(226, 97%, 77%)
OKLCH
oklch(0.74 0.13 269.9)
CMYK
cmyk(45%, 34%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.34:1

AA AAA

On Black Background

8.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DCE4
200
#BECD
300
#8BA6
400
#4F78
500
#1D51
600
#0336
700
#032B
800
#021F
900
#0114
950
#010C

Shades

Darker variations

1#6588FD
2#3E6AFC
3#174DFB
4#0439E8
5#032FC1
6#02269B
7#021C74
8#01134D
9#010927

Tints

Lighter variations

1#97AFFD
2#A3B8FE
3#AEC1FE
4#BACAFE
5#C5D3FE
6#D1DBFE
7#DCE4FE
8#E8EDFF
9#F3F6FF

Tones

Muted variations

1#91A9F8
2#97ACF2
3#9DAFEC
4#A2B2E6
5#A8B5E1
6#AEB8DB
7#B3BBD5
8#B9BED0
9#BFC1CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE4
#DCE4FE
Light backgroundsTable row hoverSkeleton loading
200
BECD
#BECDFE
Secondary backgroundsInput backgroundsDividers
300
8BA6
#8BA6FD
BordersInactive statesPlaceholder text
400
4F78
#4F78FC
Disabled statesSecondary iconsMuted text
500
1D51
#1D51FC
Primary brand colorCTAsActive elementsLinks
600
0336
#0336DD
Hover statesFocus ringsPrimary buttons hover
700
032B
#032BB0
Active/pressed statesDark mode accentsSecondary text
800
021F
#021F7E
Text on light backgroundsHeadingsStrong borders
900
0114
#011450
Primary textHigh emphasis contentDark headings
950
010C
#010C32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F3FF;
  --sky-blue-100: #DCE4FE;
  --sky-blue-200: #BECDFE;
  --sky-blue-300: #8BA6FD;
  --sky-blue-400: #4F78FC;
  --sky-blue-500: #1D51FC;
  --sky-blue-600: #0336DD;
  --sky-blue-700: #032BB0;
  --sky-blue-800: #021F7E;
  --sky-blue-900: #011450;
  --sky-blue-950: #010C32;
}
Generate More ShadesCreate PaletteConvert Color