Sky Blue

#78B3D3

Blue

Color Codes

All color formats for development

HEX
#78B3D3
RGB
rgb(120, 179, 211)
HSL
hsl(201, 51%, 65%)
OKLCH
oklch(0.738 0.077 232.9)
CMYK
cmyk(43%, 15%, 0%, 17%)

Accessibility

WCAG contrast compliance

On White Background

2.29:1

AA AAA

On Black Background

9.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E4F0
200
#CDE3
300
#A6CD
400
#78B3
500
#529E
600
#3781
700
#2C67
800
#1F4A
900
#142F
950
#0C1D

Shades

Darker variations

1#5FA5CB
2#4697C3
3#3986AF
4#317396
5#29607D
6#204C64
7#18394B
8#102632
9#081319

Tints

Lighter variations

1#86BBD8
2#93C3DC
3#A1CAE0
4#AED2E5
5#BCD9E9
6#C9E1EE
7#D7E8F2
8#E4F0F6
9#F2F7FB

Tones

Muted variations

1#7DB2CF
2#81B1CA
3#86AFC6
4#8AAEC1
5#8FADBD
6#94ABB8
7#98AAB3
8#9DA8AF
9#A1A7AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E4F0
#E4F0F6
Light backgroundsTable row hoverSkeleton loading
200
CDE3
#CDE3EF
Secondary backgroundsInput backgroundsDividers
300
A6CD
#A6CDE2
BordersInactive statesPlaceholder text
400
78B3
#78B3D3
Disabled statesSecondary iconsMuted text
500
529E
#529EC7
Primary brand colorCTAsActive elementsLinks
600
3781
#3781A9
Hover statesFocus ringsPrimary buttons hover
700
2C67
#2C6787
Active/pressed statesDark mode accentsSecondary text
800
1F4A
#1F4A60
Text on light backgroundsHeadingsStrong borders
900
142F
#142F3E
Primary textHigh emphasis contentDark headings
950
0C1D
#0C1D27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F9FB;
  --sky-blue-100: #E4F0F6;
  --sky-blue-200: #CDE3EF;
  --sky-blue-300: #A6CDE2;
  --sky-blue-400: #78B3D3;
  --sky-blue-500: #529EC7;
  --sky-blue-600: #3781A9;
  --sky-blue-700: #2C6787;
  --sky-blue-800: #1F4A60;
  --sky-blue-900: #142F3E;
  --sky-blue-950: #0C1D27;
}
Generate More ShadesCreate PaletteConvert Color