Sky Blue

#8CD9FD

Blue

Color Codes

All color formats for development

HEX
#8CD9FD
RGB
rgb(140, 217, 253)
HSL
hsl(199, 97%, 77%)
OKLCH
oklch(0.848 0.091 229.3)
CMYK
cmyk(45%, 14%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FA
100
#DCF3
200
#BEEA
300
#8BD9
400
#4FC5
500
#1DB5
600
#0398
700
#0379
800
#0256
900
#0137
950
#0123

Shades

Darker variations

1#65CDFD
2#3EC0FC
3#17B3FB
4#04A0E8
5#0385C1
6#026A9B
7#025074
8#01354D
9#011B27

Tints

Lighter variations

1#97DDFD
2#A3E1FE
3#AEE5FE
4#BAE8FE
5#C5ECFE
6#D1F0FE
7#DCF4FE
8#E8F7FF
9#F3FBFF

Tones

Muted variations

1#91D7F8
2#97D5F2
3#9DD3EC
4#A2D1E6
5#A8CFE1
6#AECDDB
7#B3CBD5
8#B9C9D0
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
BEEA
#BEEAFE
Secondary backgroundsInput backgroundsDividers
300
8BD9
#8BD9FD
BordersInactive statesPlaceholder text
400
4FC5
#4FC5FC
Disabled statesSecondary iconsMuted text
500
1DB5
#1DB5FC
Primary brand colorCTAsActive elementsLinks
600
0398
#0398DD
Hover statesFocus ringsPrimary buttons hover
700
0379
#0379B0
Active/pressed statesDark mode accentsSecondary text
800
0256
#02567E
Text on light backgroundsHeadingsStrong borders
900
0137
#013750
Primary textHigh emphasis contentDark headings
950
0123
#012332
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: #BEEAFE;
  --sky-blue-300: #8BD9FD;
  --sky-blue-400: #4FC5FC;
  --sky-blue-500: #1DB5FC;
  --sky-blue-600: #0398DD;
  --sky-blue-700: #0379B0;
  --sky-blue-800: #02567E;
  --sky-blue-900: #013750;
  --sky-blue-950: #012332;
}
Generate More ShadesCreate PaletteConvert Color