Sky Blue

#76BCD6

Blue

Color Codes

All color formats for development

HEX
#76BCD6
RGB
rgb(118, 188, 214)
HSL
hsl(196, 54%, 65%)
OKLCH
oklch(0.758 0.08 223.7)
CMYK
cmyk(45%, 12%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F9
100
#E4F2
200
#CCE6
300
#A5D3
400
#76BC
500
#4EA9
600
#348C
700
#2970
800
#1D50
900
#1333
950
#0C20

Shades

Darker variations

1#5CB0CE
2#43A3C7
3#3591B3
4#2E7D99
5#266880
6#1E5366
7#173E4D
8#0F2A33
9#08151A

Tints

Lighter variations

1#83C3DA
2#91CADE
3#9FD0E2
4#ADD7E6
5#BADEEA
6#C8E4EF
7#D6EBF3
8#E4F2F7
9#F1F8FB

Tones

Muted variations

1#7ABAD1
2#7FB8CC
3#84B5C7
4#89B3C3
5#8EB1BE
6#92AFB9
7#97ACB4
8#9CAAAF
9#A1A8AB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F9
#F3F9FB
BackgroundsSubtle highlightsCard backgrounds
100
E4F2
#E4F2F7
Light backgroundsTable row hoverSkeleton loading
200
CCE6
#CCE6F0
Secondary backgroundsInput backgroundsDividers
300
A5D3
#A5D3E4
BordersInactive statesPlaceholder text
400
76BC
#76BCD6
Disabled statesSecondary iconsMuted text
500
4EA9
#4EA9CA
Primary brand colorCTAsActive elementsLinks
600
348C
#348CAD
Hover statesFocus ringsPrimary buttons hover
700
2970
#297089
Active/pressed statesDark mode accentsSecondary text
800
1D50
#1D5062
Text on light backgroundsHeadingsStrong borders
900
1333
#13333F
Primary textHigh emphasis contentDark headings
950
0C20
#0C2027
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F9FB;
  --sky-blue-100: #E4F2F7;
  --sky-blue-200: #CCE6F0;
  --sky-blue-300: #A5D3E4;
  --sky-blue-400: #76BCD6;
  --sky-blue-500: #4EA9CA;
  --sky-blue-600: #348CAD;
  --sky-blue-700: #297089;
  --sky-blue-800: #1D5062;
  --sky-blue-900: #13333F;
  --sky-blue-950: #0C2027;
}
Generate More ShadesCreate PaletteConvert Color