Sky Blue

#8FC3FA

Blue

Color Codes

All color formats for development

HEX
#8FC3FA
RGB
rgb(143, 195, 250)
HSL
hsl(211, 91%, 77%)
OKLCH
oklch(0.801 0.096 250.5)
CMYK
cmyk(43%, 22%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.85:1

AA AAA

On Black Background

11.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F7
100
#DDED
200
#C0DD
300
#8FC3
400
#55A3
500
#2489
600
#0A6D
700
#0857
800
#063E
900
#0428
950
#0219

Shades

Darker variations

1#69AEF8
2#449AF6
3#1E86F4
4#0B72E1
5#095FBC
6#074C96
7#053971
8#04264B
9#021326

Tints

Lighter variations

1#9AC9FA
2#A5CFFB
3#B1D5FB
4#BCDBFC
5#C7E1FC
6#D2E7FD
7#DDEDFD
8#E9F3FE
9#F4F9FE

Tones

Muted variations

1#94C3F4
2#9AC3EF
3#9FC3EA
4#A4C3E4
5#AAC3DF
6#AFC4DA
7#B4C4D4
8#BAC4CF
9#BFC4CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F7
#F0F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DDED
#DDEDFD
Light backgroundsTable row hoverSkeleton loading
200
C0DD
#C0DDFC
Secondary backgroundsInput backgroundsDividers
300
8FC3
#8FC3FA
BordersInactive statesPlaceholder text
400
55A3
#55A3F7
Disabled statesSecondary iconsMuted text
500
2489
#2489F5
Primary brand colorCTAsActive elementsLinks
600
0A6D
#0A6DD6
Hover statesFocus ringsPrimary buttons hover
700
0857
#0857AA
Active/pressed statesDark mode accentsSecondary text
800
063E
#063E7A
Text on light backgroundsHeadingsStrong borders
900
0428
#04284E
Primary textHigh emphasis contentDark headings
950
0219
#021931
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F7FE;
  --sky-blue-100: #DDEDFD;
  --sky-blue-200: #C0DDFC;
  --sky-blue-300: #8FC3FA;
  --sky-blue-400: #55A3F7;
  --sky-blue-500: #2489F5;
  --sky-blue-600: #0A6DD6;
  --sky-blue-700: #0857AA;
  --sky-blue-800: #063E7A;
  --sky-blue-900: #04284E;
  --sky-blue-950: #021931;
}
Generate More ShadesCreate PaletteConvert Color