Sky Blue

#7CABD0

Blue

Color Codes

All color formats for development

HEX
#7CABD0
RGB
rgb(124, 171, 208)
HSL
hsl(206, 47%, 65%)
OKLCH
oklch(0.721 0.074 242.7)
CMYK
cmyk(40%, 18%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

2.44:1

AA AAA

On Black Background

8.59:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F8
100
#E5EE
200
#CEE0
300
#A9C8
400
#7CAB
500
#5693
600
#3B77
700
#2F5F
800
#2244
900
#162B
950
#0E1B

Shades

Darker variations

1#639CC7
2#4B8CBE
3#3D7BAB
4#356A92
5#2C587A
6#234661
7#1A3549
8#122331
9#091218

Tints

Lighter variations

1#89B4D4
2#96BCD9
3#A3C4DE
4#B0CDE3
5#BDD5E7
6#CBDEEC
7#D8E6F1
8#E5EEF6
9#F2F7FA

Tones

Muted variations

1#80ABCC
2#84AAC7
3#88AAC3
4#8DA9BF
5#91A9BB
6#95A8B7
7#99A7B2
8#9DA7AE
9#A2A6AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F8
#F4F8FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EE
#E5EEF6
Light backgroundsTable row hoverSkeleton loading
200
CEE0
#CEE0ED
Secondary backgroundsInput backgroundsDividers
300
A9C8
#A9C8E0
BordersInactive statesPlaceholder text
400
7CAB
#7CABD0
Disabled statesSecondary iconsMuted text
500
5693
#5693C2
Primary brand colorCTAsActive elementsLinks
600
3B77
#3B77A5
Hover statesFocus ringsPrimary buttons hover
700
2F5F
#2F5F83
Active/pressed statesDark mode accentsSecondary text
800
2244
#22445E
Text on light backgroundsHeadingsStrong borders
900
162B
#162B3C
Primary textHigh emphasis contentDark headings
950
0E1B
#0E1B25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F8FB;
  --sky-blue-100: #E5EEF6;
  --sky-blue-200: #CEE0ED;
  --sky-blue-300: #A9C8E0;
  --sky-blue-400: #7CABD0;
  --sky-blue-500: #5693C2;
  --sky-blue-600: #3B77A5;
  --sky-blue-700: #2F5F83;
  --sky-blue-800: #22445E;
  --sky-blue-900: #162B3C;
  --sky-blue-950: #0E1B25;
}
Generate More ShadesCreate PaletteConvert Color