Sky Blue

#8DD1FB

Blue

Color Codes

All color formats for development

HEX
#8DD1FB
RGB
rgb(141, 209, 251)
HSL
hsl(203, 93%, 77%)
OKLCH
oklch(0.831 0.091 236.5)
CMYK
cmyk(44%, 17%, 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
#53B9
500
#22A5
600
#0889
700
#066D
800
#044E
900
#0332
950
#021F

Shades

Darker variations

1#68C2FA
2#42B2F8
3#1CA3F7
4#088FE3
5#0777BD
6#056098
7#044872
8#03304C
9#011826

Tints

Lighter variations

1#99D6FB
2#A4DAFC
3#B0DFFC
4#BBE3FD
5#C6E8FD
6#D2EDFD
7#DDF1FE
8#E8F6FE
9#F4FAFF

Tones

Muted variations

1#93D0F5
2#99CFF0
3#9ECDEB
4#A4CCE5
5#A9CBE0
6#AFC9DA
7#B4C8D5
8#B9C7CF
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
#BFE5FD
Secondary backgroundsInput backgroundsDividers
300
8ED1
#8ED1FB
BordersInactive statesPlaceholder text
400
53B9
#53B9F9
Disabled statesSecondary iconsMuted text
500
22A5
#22A5F7
Primary brand colorCTAsActive elementsLinks
600
0889
#0889D9
Hover statesFocus ringsPrimary buttons hover
700
066D
#066DAC
Active/pressed statesDark mode accentsSecondary text
800
044E
#044E7B
Text on light backgroundsHeadingsStrong borders
900
0332
#03324F
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: #BFE5FD;
  --sky-blue-300: #8ED1FB;
  --sky-blue-400: #53B9F9;
  --sky-blue-500: #22A5F7;
  --sky-blue-600: #0889D9;
  --sky-blue-700: #066DAC;
  --sky-blue-800: #044E7B;
  --sky-blue-900: #03324F;
  --sky-blue-950: #021F31;
}
Generate More ShadesCreate PaletteConvert Color