Sky Blue

#78ACD3

Blue

Color Codes

All color formats for development

HEX
#78ACD3
RGB
rgb(120, 172, 211)
HSL
hsl(206, 51%, 65%)
OKLCH
oklch(0.723 0.079 241.6)
CMYK
cmyk(43%, 18%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

2.43:1

AA AAA

On Black Background

8.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E4EE
200
#CDE0
300
#A6C8
400
#78AC
500
#5294
600
#3778
700
#2C5F
800
#1F44
900
#142C
950
#0C1B

Shades

Darker variations

1#5F9CCB
2#468DC3
3#397CAF
4#316A96
5#29597D
6#204764
7#18354B
8#102332
9#081219

Tints

Lighter variations

1#86B4D8
2#93BCDC
3#A1C5E0
4#AECDE5
5#BCD5E9
6#C9DEEE
7#D7E6F2
8#E4EEF6
9#F2F7FB

Tones

Muted variations

1#7DABCF
2#81ABCA
3#86AAC6
4#8AA9C1
5#8FA9BD
6#94A8B8
7#98A8B3
8#9DA7AF
9#A1A6AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EE
#E4EEF6
Light backgroundsTable row hoverSkeleton loading
200
CDE0
#CDE0EF
Secondary backgroundsInput backgroundsDividers
300
A6C8
#A6C8E2
BordersInactive statesPlaceholder text
400
78AC
#78ACD3
Disabled statesSecondary iconsMuted text
500
5294
#5294C7
Primary brand colorCTAsActive elementsLinks
600
3778
#3778A9
Hover statesFocus ringsPrimary buttons hover
700
2C5F
#2C5F87
Active/pressed statesDark mode accentsSecondary text
800
1F44
#1F4460
Text on light backgroundsHeadingsStrong borders
900
142C
#142C3E
Primary textHigh emphasis contentDark headings
950
0C1B
#0C1B27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F8FB;
  --sky-blue-100: #E4EEF6;
  --sky-blue-200: #CDE0EF;
  --sky-blue-300: #A6C8E2;
  --sky-blue-400: #78ACD3;
  --sky-blue-500: #5294C7;
  --sky-blue-600: #3778A9;
  --sky-blue-700: #2C5F87;
  --sky-blue-800: #1F4460;
  --sky-blue-900: #142C3E;
  --sky-blue-950: #0C1B27;
}
Generate More ShadesCreate PaletteConvert Color