Sky Blue

#8EBDFA

Blue

Color Codes

All color formats for development

HEX
#8EBDFA
RGB
rgb(142, 189, 250)
HSL
hsl(214, 92%, 77%)
OKLCH
oklch(0.788 0.101 255.2)
CMYK
cmyk(43%, 24%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEB
200
#BFDA
300
#8EBD
400
#549B
500
#237E
600
#0962
700
#074E
800
#0538
900
#0324
950
#0216

Shades

Darker variations

1#69A7F9
2#4391F7
3#1D7BF6
4#0967E2
5#0856BC
6#064597
7#053471
8#03224B
9#021126

Tints

Lighter variations

1#9AC4FB
2#A5CAFB
3#B0D1FC
4#BBD7FC
5#C7DEFD
6#D2E5FD
7#DDEBFE
8#E8F2FE
9#F4F8FF

Tones

Muted variations

1#94BEF5
2#99BFF0
3#9FBFEA
4#A4C0E5
5#A9C1DF
6#AFC1DA
7#B4C2D5
8#BAC3CF
9#BFC4CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEB
#DDEBFE
Light backgroundsTable row hoverSkeleton loading
200
BFDA
#BFDAFC
Secondary backgroundsInput backgroundsDividers
300
8EBD
#8EBDFA
BordersInactive statesPlaceholder text
400
549B
#549BF8
Disabled statesSecondary iconsMuted text
500
237E
#237EF6
Primary brand colorCTAsActive elementsLinks
600
0962
#0962D7
Hover statesFocus ringsPrimary buttons hover
700
074E
#074EAB
Active/pressed statesDark mode accentsSecondary text
800
0538
#05387A
Text on light backgroundsHeadingsStrong borders
900
0324
#03244E
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: #DDEBFE;
  --sky-blue-200: #BFDAFC;
  --sky-blue-300: #8EBDFA;
  --sky-blue-400: #549BF8;
  --sky-blue-500: #237EF6;
  --sky-blue-600: #0962D7;
  --sky-blue-700: #074EAB;
  --sky-blue-800: #05387A;
  --sky-blue-900: #03244E;
  --sky-blue-950: #021631;
}
Generate More ShadesCreate PaletteConvert Color