Sky Blue

#55B1F7

Blue

Color Codes

All color formats for development

HEX
#55B1F7
RGB
rgb(85, 177, 247)
HSL
hsl(206, 91%, 65%)
OKLCH
oklch(0.734 0.134 244.2)
CMYK
cmyk(66%, 28%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

2.33:1

AA AAA

On Black Background

9.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F8
100
#DDEF
200
#C0E2
300
#8FCB
400
#55B1
500
#249A
600
#0A7E
700
#0864
800
#0647
900
#042E
950
#021D

Shades

Darker variations

1#35A2F5
2#1593F4
3#0A82DE
4#0970BE
5#075D9E
6#064A7F
7#04385F
8#03253F
9#011320

Tints

Lighter variations

1#66B8F8
2#77C0F9
3#88C8F9
4#99D0FA
5#AAD8FB
6#BBE0FC
7#CCE7FD
8#DDEFFD
9#EEF7FE

Tones

Muted variations

1#5DAFEF
2#65AEE7
3#6DADDF
4#75ACD6
5#7DABCE
6#85AAC6
7#8DA9BE
8#96A8B6
9#9EA7AE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F8
#F0F8FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEF
#DDEFFD
Light backgroundsTable row hoverSkeleton loading
200
C0E2
#C0E2FC
Secondary backgroundsInput backgroundsDividers
300
8FCB
#8FCBFA
BordersInactive statesPlaceholder text
400
55B1
#55B1F7
Disabled statesSecondary iconsMuted text
500
249A
#249AF5
Primary brand colorCTAsActive elementsLinks
600
0A7E
#0A7ED6
Hover statesFocus ringsPrimary buttons hover
700
0864
#0864AA
Active/pressed statesDark mode accentsSecondary text
800
0647
#06477A
Text on light backgroundsHeadingsStrong borders
900
042E
#042E4E
Primary textHigh emphasis contentDark headings
950
021D
#021D31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0F8FE;
  --sky-blue-100: #DDEFFD;
  --sky-blue-200: #C0E2FC;
  --sky-blue-300: #8FCBFA;
  --sky-blue-400: #55B1F7;
  --sky-blue-500: #249AF5;
  --sky-blue-600: #0A7ED6;
  --sky-blue-700: #0864AA;
  --sky-blue-800: #06477A;
  --sky-blue-900: #042E4E;
  --sky-blue-950: #021D31;
}
Generate More ShadesCreate PaletteConvert Color