Sky Blue

#8DD9FB

Blue

Color Codes

All color formats for development

HEX
#8DD9FB
RGB
rgb(141, 217, 251)
HSL
hsl(199, 93%, 77%)
OKLCH
oklch(0.848 0.089 228.1)
CMYK
cmyk(44%, 14%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.45: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
#53C4
500
#22B3
600
#0896
700
#0678
800
#0455
900
#0337
950
#0222

Shades

Darker variations

1#68CBFA
2#42BEF8
3#1CB2F7
4#089EE3
5#0784BD
6#056998
7#044F72
8#03354C
9#011A26

Tints

Lighter variations

1#99DCFB
2#A4E0FC
3#B0E4FC
4#BBE8FD
5#C6ECFD
6#D2F0FD
7#DDF3FE
8#E8F7FE
9#F4FBFF

Tones

Muted variations

1#93D6F5
2#99D4F0
3#9ED2EB
4#A4D0E5
5#A9CEE0
6#AFCCDA
7#B4CAD5
8#B9C8CF
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
#BFE9FD
Secondary backgroundsInput backgroundsDividers
300
8ED8
#8ED8FB
BordersInactive statesPlaceholder text
400
53C4
#53C4F9
Disabled statesSecondary iconsMuted text
500
22B3
#22B3F7
Primary brand colorCTAsActive elementsLinks
600
0896
#0896D9
Hover statesFocus ringsPrimary buttons hover
700
0678
#0678AC
Active/pressed statesDark mode accentsSecondary text
800
0455
#04557B
Text on light backgroundsHeadingsStrong borders
900
0337
#03374F
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: #BFE9FD;
  --sky-blue-300: #8ED8FB;
  --sky-blue-400: #53C4F9;
  --sky-blue-500: #22B3F7;
  --sky-blue-600: #0896D9;
  --sky-blue-700: #0678AC;
  --sky-blue-800: #04557B;
  --sky-blue-900: #03374F;
  --sky-blue-950: #022231;
}
Generate More ShadesCreate PaletteConvert Color