Sky Blue

#8ED1FA

Blue

Color Codes

All color formats for development

HEX
#8ED1FA
RGB
rgb(142, 209, 250)
HSL
hsl(203, 92%, 77%)
OKLCH
oklch(0.831 0.089 236.2)
CMYK
cmyk(43%, 16%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF1
200
#BFE5
300
#8ED1
400
#54B9
500
#23A5
600
#0988
700
#076C
800
#054D
900
#0332
950
#021F

Shades

Darker variations

1#69C2F9
2#43B2F7
3#1DA3F6
4#098FE2
5#0877BC
6#065F97
7#054871
8#03304B
9#021826

Tints

Lighter variations

1#9AD6FB
2#A5DAFB
3#B0DFFC
4#BBE3FC
5#C7E8FD
6#D2EDFD
7#DDF1FE
8#E8F6FE
9#F4FAFF

Tones

Muted variations

1#94D0F5
2#99CEF0
3#9FCDEA
4#A4CCE5
5#A9CBDF
6#AFC9DA
7#B4C8D5
8#BAC7CF
9#BFC6CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF1
#DDF1FE
Light backgroundsTable row hoverSkeleton loading
200
BFE5
#BFE5FC
Secondary backgroundsInput backgroundsDividers
300
8ED1
#8ED1FA
BordersInactive statesPlaceholder text
400
54B9
#54B9F8
Disabled statesSecondary iconsMuted text
500
23A5
#23A5F6
Primary brand colorCTAsActive elementsLinks
600
0988
#0988D7
Hover statesFocus ringsPrimary buttons hover
700
076C
#076CAB
Active/pressed statesDark mode accentsSecondary text
800
054D
#054D7A
Text on light backgroundsHeadingsStrong borders
900
0332
#03324E
Primary textHigh emphasis contentDark headings
950
021F
#021F31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F9FE;
  --sky-blue-100: #DDF1FE;
  --sky-blue-200: #BFE5FC;
  --sky-blue-300: #8ED1FA;
  --sky-blue-400: #54B9F8;
  --sky-blue-500: #23A5F6;
  --sky-blue-600: #0988D7;
  --sky-blue-700: #076CAB;
  --sky-blue-800: #054D7A;
  --sky-blue-900: #03324E;
  --sky-blue-950: #021F31;
}
Generate More ShadesCreate PaletteConvert Color