Sky Blue

#8FBDFA

Blue

Color Codes

All color formats for development

HEX
#8FBDFA
RGB
rgb(143, 189, 250)
HSL
hsl(214, 91%, 77%)
OKLCH
oklch(0.789 0.1 255.7)
CMYK
cmyk(43%, 24%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEB
200
#C0DA
300
#8FBD
400
#559B
500
#247E
600
#0A63
700
#084E
800
#0638
900
#0424
950
#0216

Shades

Darker variations

1#69A7F8
2#4491F6
3#1E7BF4
4#0B68E1
5#0956BC
6#074596
7#053471
8#04234B
9#021126

Tints

Lighter variations

1#9AC4FA
2#A5CAFB
3#B1D1FB
4#BCD8FC
5#C7DEFC
6#D2E5FD
7#DDEBFD
8#E9F2FE
9#F4F8FE

Tones

Muted variations

1#94BEF4
2#9ABFEF
3#9FBFEA
4#A4C0E4
5#AAC1DF
6#AFC2DA
7#B4C2D4
8#BAC3CF
9#BFC4CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEB
#DDEBFD
Light backgroundsTable row hoverSkeleton loading
200
C0DA
#C0DAFC
Secondary backgroundsInput backgroundsDividers
300
8FBD
#8FBDFA
BordersInactive statesPlaceholder text
400
559B
#559BF7
Disabled statesSecondary iconsMuted text
500
247E
#247EF5
Primary brand colorCTAsActive elementsLinks
600
0A63
#0A63D6
Hover statesFocus ringsPrimary buttons hover
700
084E
#084EAA
Active/pressed statesDark mode accentsSecondary text
800
0638
#06387A
Text on light backgroundsHeadingsStrong borders
900
0424
#04244E
Primary textHigh emphasis contentDark headings
950
0216
#021631
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F6FE;
  --sky-blue-100: #DDEBFD;
  --sky-blue-200: #C0DAFC;
  --sky-blue-300: #8FBDFA;
  --sky-blue-400: #559BF7;
  --sky-blue-500: #247EF5;
  --sky-blue-600: #0A63D6;
  --sky-blue-700: #084EAA;
  --sky-blue-800: #06387A;
  --sky-blue-900: #04244E;
  --sky-blue-950: #021631;
}
Generate More ShadesCreate PaletteConvert Color