Sky Blue

#8FDAFA

Blue

Color Codes

All color formats for development

HEX
#8FDAFA
RGB
rgb(143, 218, 250)
HSL
hsl(198, 91%, 77%)
OKLCH
oklch(0.851 0.087 226.8)
CMYK
cmyk(43%, 13%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF4
200
#C0EA
300
#8FDA
400
#55C6
500
#24B6
600
#0A99
700
#087A
800
#0657
900
#0438
950
#0223

Shades

Darker variations

1#69CDF8
2#44C1F6
3#1EB4F4
4#0BA1E1
5#0986BC
6#076B96
7#055071
8#04364B
9#021B26

Tints

Lighter variations

1#9ADDFA
2#A5E1FB
3#B1E5FB
4#BCE9FC
5#C7ECFC
6#D2F0FD
7#DDF4FD
8#E9F8FE
9#F4FBFE

Tones

Muted variations

1#94D8F4
2#9AD5EF
3#9FD3EA
4#A4D1E4
5#AACFDF
6#AFCDDA
7#B4CBD4
8#BAC9CF
9#BFC6CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF4
#DDF4FD
Light backgroundsTable row hoverSkeleton loading
200
C0EA
#C0EAFC
Secondary backgroundsInput backgroundsDividers
300
8FDA
#8FDAFA
BordersInactive statesPlaceholder text
400
55C6
#55C6F7
Disabled statesSecondary iconsMuted text
500
24B6
#24B6F5
Primary brand colorCTAsActive elementsLinks
600
0A99
#0A99D6
Hover statesFocus ringsPrimary buttons hover
700
087A
#087AAA
Active/pressed statesDark mode accentsSecondary text
800
0657
#06577A
Text on light backgroundsHeadingsStrong borders
900
0438
#04384E
Primary textHigh emphasis contentDark headings
950
0223
#022331
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FAFE;
  --sky-blue-100: #DDF4FD;
  --sky-blue-200: #C0EAFC;
  --sky-blue-300: #8FDAFA;
  --sky-blue-400: #55C6F7;
  --sky-blue-500: #24B6F5;
  --sky-blue-600: #0A99D6;
  --sky-blue-700: #087AAA;
  --sky-blue-800: #06577A;
  --sky-blue-900: #04384E;
  --sky-blue-950: #022331;
}
Generate More ShadesCreate PaletteConvert Color