Sky Blue

#639CF8

Blue

Color Codes

All color formats for development

HEX
#639CF8
RGB
rgb(99, 156, 248)
HSL
hsl(217, 91%, 68%)
OKLCH
oklch(0.695 0.149 259.6)
CMYK
cmyk(60%, 37%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.75:1

AA AAA

On Black Background

7.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#C0D7
300
#8FB8
400
#5593
500
#2474
600
#0A58
700
#0846
800
#0632
900
#0420
950
#0214

Shades

Darker variations

1#4287F6
2#2172F5
3#0B60E8
4#0952C7
5#0844A6
6#063784
7#052963
8#031B42
9#020E21

Tints

Lighter variations

1#73A6F8
2#82B0F9
3#92BAFA
4#A1C4FB
5#B1CEFB
6#C1D7FC
7#D0E1FD
8#E0EBFE
9#EFF5FE

Tones

Muted variations

1#6B9EF0
2#72A0E9
3#79A1E1
4#81A3DA
5#88A5D3
6#90A6CB
7#97A8C4
8#9FAABC
9#A6ACB5

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C0D7
#C0D7FC
Secondary backgroundsInput backgroundsDividers
300
8FB8
#8FB8FA
BordersInactive statesPlaceholder text
400
5593
#5593F7
Disabled statesSecondary iconsMuted text
500
2474
#2474F5
Primary brand colorCTAsActive elementsLinks
600
0A58
#0A58D6
Hover statesFocus ringsPrimary buttons hover
700
0846
#0846AA
Active/pressed statesDark mode accentsSecondary text
800
0632
#06327A
Text on light backgroundsHeadingsStrong borders
900
0420
#04204E
Primary textHigh emphasis contentDark headings
950
0214
#021431
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F6FE;
  --sky-blue-100: #DDE9FD;
  --sky-blue-200: #C0D7FC;
  --sky-blue-300: #8FB8FA;
  --sky-blue-400: #5593F7;
  --sky-blue-500: #2474F5;
  --sky-blue-600: #0A58D6;
  --sky-blue-700: #0846AA;
  --sky-blue-800: #06327A;
  --sky-blue-900: #04204E;
  --sky-blue-950: #021431;
}
Generate More ShadesCreate PaletteConvert Color