Sky Blue

#8FB1FA

Blue

Color Codes

All color formats for development

HEX
#8FB1FA
RGB
rgb(143, 177, 250)
HSL
hsl(221, 91%, 77%)
OKLCH
oklch(0.764 0.112 264.7)
CMYK
cmyk(43%, 29%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.13:1

AA AAA

On Black Background

9.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE7
200
#C0D3
300
#8FB1
400
#5588
500
#2466
600
#0A4B
700
#083B
800
#062A
900
#041B
950
#0211

Shades

Darker variations

1#6997F8
2#447CF6
3#1E62F4
4#0B4FE1
5#0941BC
6#073496
7#052771
8#041A4B
9#020D26

Tints

Lighter variations

1#9AB9FA
2#A5C0FB
3#B1C8FB
4#BCD0FC
5#C7D8FC
6#D2E0FD
7#DDE8FD
8#E9EFFE
9#F4F7FE

Tones

Muted variations

1#94B3F4
2#9AB5EF
3#9FB7EA
4#A4B9E4
5#AABBDF
6#AFBDDA
7#B4BED4
8#BAC0CF
9#BFC2CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE7
#DDE7FD
Light backgroundsTable row hoverSkeleton loading
200
C0D3
#C0D3FC
Secondary backgroundsInput backgroundsDividers
300
8FB1
#8FB1FA
BordersInactive statesPlaceholder text
400
5588
#5588F7
Disabled statesSecondary iconsMuted text
500
2466
#2466F5
Primary brand colorCTAsActive elementsLinks
600
0A4B
#0A4BD6
Hover statesFocus ringsPrimary buttons hover
700
083B
#083BAA
Active/pressed statesDark mode accentsSecondary text
800
062A
#062A7A
Text on light backgroundsHeadingsStrong borders
900
041B
#041B4E
Primary textHigh emphasis contentDark headings
950
0211
#021131
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F5FE;
  --sky-blue-100: #DDE7FD;
  --sky-blue-200: #C0D3FC;
  --sky-blue-300: #8FB1FA;
  --sky-blue-400: #5588F7;
  --sky-blue-500: #2466F5;
  --sky-blue-600: #0A4BD6;
  --sky-blue-700: #083BAA;
  --sky-blue-800: #062A7A;
  --sky-blue-900: #041B4E;
  --sky-blue-950: #021131;
}
Generate More ShadesCreate PaletteConvert Color