Sky Blue

#8FD1FA

Blue

Color Codes

All color formats for development

HEX
#8FD1FA
RGB
rgb(143, 209, 250)
HSL
hsl(203, 91%, 77%)
OKLCH
oklch(0.831 0.088 236.6)
CMYK
cmyk(43%, 16%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DDF1
200
#C0E5
300
#8FD1
400
#55B9
500
#24A5
600
#0A88
700
#086C
800
#064D
900
#0431
950
#021F

Shades

Darker variations

1#69C1F8
2#44B2F6
3#1EA2F4
4#0B8FE1
5#0977BC
6#075F96
7#054771
8#04304B
9#021826

Tints

Lighter variations

1#9AD5FA
2#A5DAFB
3#B1DFFB
4#BCE3FC
5#C7E8FC
6#D2EDFD
7#DDF1FD
8#E9F6FE
9#F4FAFE

Tones

Muted variations

1#94D0F4
2#9ACEEF
3#9FCDEA
4#A4CCE4
5#AACBDF
6#AFC9DA
7#B4C8D4
8#BAC7CF
9#BFC6CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FE
BackgroundsSubtle highlightsCard backgrounds
100
DDF1
#DDF1FD
Light backgroundsTable row hoverSkeleton loading
200
C0E5
#C0E5FC
Secondary backgroundsInput backgroundsDividers
300
8FD1
#8FD1FA
BordersInactive statesPlaceholder text
400
55B9
#55B9F7
Disabled statesSecondary iconsMuted text
500
24A5
#24A5F5
Primary brand colorCTAsActive elementsLinks
600
0A88
#0A88D6
Hover statesFocus ringsPrimary buttons hover
700
086C
#086CAA
Active/pressed statesDark mode accentsSecondary text
800
064D
#064D7A
Text on light backgroundsHeadingsStrong borders
900
0431
#04314E
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: #DDF1FD;
  --sky-blue-200: #C0E5FC;
  --sky-blue-300: #8FD1FA;
  --sky-blue-400: #55B9F7;
  --sky-blue-500: #24A5F5;
  --sky-blue-600: #0A88D6;
  --sky-blue-700: #086CAA;
  --sky-blue-800: #064D7A;
  --sky-blue-900: #04314E;
  --sky-blue-950: #021F31;
}
Generate More ShadesCreate PaletteConvert Color