Sky Blue

#8CD7FD

Blue

Color Codes

All color formats for development

HEX
#8CD7FD
RGB
rgb(140, 215, 253)
HSL
hsl(200, 97%, 77%)
OKLCH
oklch(0.844 0.091 231.3)
CMYK
cmyk(45%, 15%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF3
200
#BEE9
300
#8BD7
400
#4FC3
500
#1DB1
600
#0394
700
#0376
800
#0254
900
#0136
950
#0122

Shades

Darker variations

1#65CAFD
2#3EBDFC
3#17AFFB
4#049CE8
5#0382C1
6#02689B
7#024E74
8#01344D
9#011A27

Tints

Lighter variations

1#97DBFD
2#A3DFFE
3#AEE3FE
4#BAE7FE
5#C5EBFE
6#D1EFFE
7#DCF3FE
8#E8F7FF
9#F3FBFF

Tones

Muted variations

1#91D5F8
2#97D4F2
3#9DD2EC
4#A2D0E6
5#A8CEE1
6#AECCDB
7#B3CAD5
8#B9C8D0
9#BFC6CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FA
#F0FAFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF3
#DCF3FE
Light backgroundsTable row hoverSkeleton loading
200
BEE9
#BEE9FE
Secondary backgroundsInput backgroundsDividers
300
8BD7
#8BD7FD
BordersInactive statesPlaceholder text
400
4FC3
#4FC3FC
Disabled statesSecondary iconsMuted text
500
1DB1
#1DB1FC
Primary brand colorCTAsActive elementsLinks
600
0394
#0394DD
Hover statesFocus ringsPrimary buttons hover
700
0376
#0376B0
Active/pressed statesDark mode accentsSecondary text
800
0254
#02547E
Text on light backgroundsHeadingsStrong borders
900
0136
#013650
Primary textHigh emphasis contentDark headings
950
0122
#012232
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FAFF;
  --sky-blue-100: #DCF3FE;
  --sky-blue-200: #BEE9FE;
  --sky-blue-300: #8BD7FD;
  --sky-blue-400: #4FC3FC;
  --sky-blue-500: #1DB1FC;
  --sky-blue-600: #0394DD;
  --sky-blue-700: #0376B0;
  --sky-blue-800: #02547E;
  --sky-blue-900: #013650;
  --sky-blue-950: #012232;
}
Generate More ShadesCreate PaletteConvert Color