Sky Blue

#8FB3FA

Blue

Color Codes

All color formats for development

HEX
#8FB3FA
RGB
rgb(143, 179, 250)
HSL
hsl(220, 91%, 77%)
OKLCH
oklch(0.768 0.11 263.4)
CMYK
cmyk(43%, 28%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.10:1

AA AAA

On Black Background

10.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE8
200
#C0D4
300
#8FB3
400
#558B
500
#2469
600
#0A4E
700
#083E
800
#062C
900
#041C
950
#0212

Shades

Darker variations

1#6999F8
2#447FF6
3#1E66F4
4#0B52E1
5#0944BC
6#073796
7#052971
8#041B4B
9#020E26

Tints

Lighter variations

1#9ABAFA
2#A5C2FB
3#B1C9FB
4#BCD1FC
5#C7D9FC
6#D2E0FD
7#DDE8FD
8#E9F0FE
9#F4F7FE

Tones

Muted variations

1#94B4F4
2#9AB6EF
3#9FB8EA
4#A4BAE4
5#AABBDF
6#AFBDDA
7#B4BFD4
8#BAC1CF
9#BFC3CA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE8
#DDE8FD
Light backgroundsTable row hoverSkeleton loading
200
C0D4
#C0D4FC
Secondary backgroundsInput backgroundsDividers
300
8FB3
#8FB3FA
BordersInactive statesPlaceholder text
400
558B
#558BF7
Disabled statesSecondary iconsMuted text
500
2469
#2469F5
Primary brand colorCTAsActive elementsLinks
600
0A4E
#0A4ED6
Hover statesFocus ringsPrimary buttons hover
700
083E
#083EAA
Active/pressed statesDark mode accentsSecondary text
800
062C
#062C7A
Text on light backgroundsHeadingsStrong borders
900
041C
#041C4E
Primary textHigh emphasis contentDark headings
950
0212
#021231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F5FE;
  --sky-blue-100: #DDE8FD;
  --sky-blue-200: #C0D4FC;
  --sky-blue-300: #8FB3FA;
  --sky-blue-400: #558BF7;
  --sky-blue-500: #2469F5;
  --sky-blue-600: #0A4ED6;
  --sky-blue-700: #083EAA;
  --sky-blue-800: #062C7A;
  --sky-blue-900: #041C4E;
  --sky-blue-950: #021231;
}
Generate More ShadesCreate PaletteConvert Color