Sky Blue

#8ED5FB

Blue

Color Codes

All color formats for development

HEX
#8ED5FB
RGB
rgb(142, 213, 251)
HSL
hsl(201, 93%, 77%)
OKLCH
oklch(0.84 0.089 232.7)
CMYK
cmyk(43%, 15%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.61:1

AA AAA

On Black Background

13.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF2
200
#BFE7
300
#8ED5
400
#53BF
500
#22AC
600
#0890
700
#0672
800
#0452
900
#0334
950
#0221

Shades

Darker variations

1#68C7FA
2#42B8F8
3#1CAAF7
4#0897E3
5#077EBD
6#056498
7#044B72
8#03324C
9#011926

Tints

Lighter variations

1#99D9FB
2#A4DDFC
3#B0E1FC
4#BBE6FD
5#C6EAFD
6#D2EEFD
7#DDF2FE
8#E8F7FE
9#F4FBFF

Tones

Muted variations

1#93D3F5
2#99D1F0
3#9ED0EB
4#A4CEE5
5#A9CDE0
6#AFCBDA
7#B4C9D5
8#B9C8CF
9#BFC6CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF2
#DDF2FE
Light backgroundsTable row hoverSkeleton loading
200
BFE7
#BFE7FD
Secondary backgroundsInput backgroundsDividers
300
8ED5
#8ED5FB
BordersInactive statesPlaceholder text
400
53BF
#53BFF9
Disabled statesSecondary iconsMuted text
500
22AC
#22ACF7
Primary brand colorCTAsActive elementsLinks
600
0890
#0890D9
Hover statesFocus ringsPrimary buttons hover
700
0672
#0672AC
Active/pressed statesDark mode accentsSecondary text
800
0452
#04527B
Text on light backgroundsHeadingsStrong borders
900
0334
#03344F
Primary textHigh emphasis contentDark headings
950
0221
#022131
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F9FE;
  --sky-blue-100: #DDF2FE;
  --sky-blue-200: #BFE7FD;
  --sky-blue-300: #8ED5FB;
  --sky-blue-400: #53BFF9;
  --sky-blue-500: #22ACF7;
  --sky-blue-600: #0890D9;
  --sky-blue-700: #0672AC;
  --sky-blue-800: #04527B;
  --sky-blue-900: #03344F;
  --sky-blue-950: #022131;
}
Generate More ShadesCreate PaletteConvert Color