Sky Blue

#8ED8FA

Blue

Color Codes

All color formats for development

HEX
#8ED8FA
RGB
rgb(142, 216, 250)
HSL
hsl(199, 92%, 77%)
OKLCH
oklch(0.846 0.087 228.7)
CMYK
cmyk(43%, 14%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.57:1

AA AAA

On Black Background

13.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DDF3
200
#BFE9
300
#8ED8
400
#54C4
500
#23B3
600
#0996
700
#0777
800
#0555
900
#0337
950
#0222

Shades

Darker variations

1#69CBF9
2#43BEF7
3#1DB1F6
4#099EE2
5#0883BC
6#066997
7#054F71
8#03354B
9#021A26

Tints

Lighter variations

1#9ADCFB
2#A5E0FB
3#B0E4FC
4#BBE8FC
5#C7ECFD
6#D2EFFD
7#DDF3FE
8#E8F7FE
9#F4FBFF

Tones

Muted variations

1#94D6F5
2#99D4F0
3#9FD2EA
4#A4D0E5
5#A9CEDF
6#AFCCDA
7#B4CAD5
8#BAC8CF
9#BFC6CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF3
#DDF3FE
Light backgroundsTable row hoverSkeleton loading
200
BFE9
#BFE9FC
Secondary backgroundsInput backgroundsDividers
300
8ED8
#8ED8FA
BordersInactive statesPlaceholder text
400
54C4
#54C4F8
Disabled statesSecondary iconsMuted text
500
23B3
#23B3F6
Primary brand colorCTAsActive elementsLinks
600
0996
#0996D7
Hover statesFocus ringsPrimary buttons hover
700
0777
#0777AB
Active/pressed statesDark mode accentsSecondary text
800
0555
#05557A
Text on light backgroundsHeadingsStrong borders
900
0337
#03374E
Primary textHigh emphasis contentDark headings
950
0222
#022231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FAFE;
  --sky-blue-100: #DDF3FE;
  --sky-blue-200: #BFE9FC;
  --sky-blue-300: #8ED8FA;
  --sky-blue-400: #54C4F8;
  --sky-blue-500: #23B3F6;
  --sky-blue-600: #0996D7;
  --sky-blue-700: #0777AB;
  --sky-blue-800: #05557A;
  --sky-blue-900: #03374E;
  --sky-blue-950: #022231;
}
Generate More ShadesCreate PaletteConvert Color