Sky Blue

#7FAACC

Blue

Color Codes

All color formats for development

HEX
#7FAACC
RGB
rgb(127, 170, 204)
HSL
hsl(206, 43%, 65%)
OKLCH
oklch(0.719 0.068 242.7)
CMYK
cmyk(38%, 17%, 0%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.46:1

AA AAA

On Black Background

8.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E5EE
200
#D0E0
300
#ABC8
400
#7FAB
500
#5B93
600
#4077
700
#335E
800
#2443
900
#172B
950
#0F1B

Shades

Darker variations

1#689BC3
2#508CB9
3#427BA6
4#39698E
5#2F5877
6#26465F
7#1C3547
8#13232F
9#091218

Tints

Lighter variations

1#8CB3D1
2#99BCD6
3#A6C4DB
4#B2CDE0
5#BFD5E6
6#CCDDEB
7#D9E6F0
8#E5EEF5
9#F2F7FA

Tones

Muted variations

1#83AAC8
2#87AAC4
3#8BA9C1
4#8FA9BD
5#93A8B9
6#96A8B5
7#9AA7B1
8#9EA7AD
9#A2A6AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EE
#E5EEF5
Light backgroundsTable row hoverSkeleton loading
200
D0E0
#D0E0EC
Secondary backgroundsInput backgroundsDividers
300
ABC8
#ABC8DE
BordersInactive statesPlaceholder text
400
7FAB
#7FABCC
Disabled statesSecondary iconsMuted text
500
5B93
#5B93BE
Primary brand colorCTAsActive elementsLinks
600
4077
#4077A0
Hover statesFocus ringsPrimary buttons hover
700
335E
#335E80
Active/pressed statesDark mode accentsSecondary text
800
2443
#24435B
Text on light backgroundsHeadingsStrong borders
900
172B
#172B3A
Primary textHigh emphasis contentDark headings
950
0F1B
#0F1B24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F8FB;
  --sky-blue-100: #E5EEF5;
  --sky-blue-200: #D0E0EC;
  --sky-blue-300: #ABC8DE;
  --sky-blue-400: #7FABCC;
  --sky-blue-500: #5B93BE;
  --sky-blue-600: #4077A0;
  --sky-blue-700: #335E80;
  --sky-blue-800: #24435B;
  --sky-blue-900: #172B3A;
  --sky-blue-950: #0F1B24;
}
Generate More ShadesCreate PaletteConvert Color