Sky Blue

#7CA0D0

Blue

Color Codes

All color formats for development

HEX
#7CA0D0
RGB
rgb(124, 160, 208)
HSL
hsl(214, 47%, 65%)
OKLCH
oklch(0.697 0.081 255.8)
CMYK
cmyk(40%, 23%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

2.69:1

AA AAA

On Black Background

7.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F7
100
#E5EC
200
#CEDC
300
#A9C1
400
#7CA0
500
#5685
600
#3B69
700
#2F54
800
#223C
900
#1626
950
#0E18

Shades

Darker variations

1#638FC7
2#4B7DBE
3#3D6DAB
4#355D92
5#2C4E7A
6#233E61
7#1A2F49
8#121F31
9#091018

Tints

Lighter variations

1#89AAD4
2#96B3D9
3#A3BDDE
4#B0C6E3
5#BDD0E7
6#CBD9EC
7#D8E3F1
8#E5ECF6
9#F2F6FA

Tones

Muted variations

1#80A1CC
2#84A1C7
3#88A2C3
4#8DA2BF
5#91A3BB
6#95A4B7
7#99A4B2
8#9DA5AE
9#A2A5AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F7
#F4F7FB
BackgroundsSubtle highlightsCard backgrounds
100
E5EC
#E5ECF6
Light backgroundsTable row hoverSkeleton loading
200
CEDC
#CEDCED
Secondary backgroundsInput backgroundsDividers
300
A9C1
#A9C1E0
BordersInactive statesPlaceholder text
400
7CA0
#7CA0D0
Disabled statesSecondary iconsMuted text
500
5685
#5685C2
Primary brand colorCTAsActive elementsLinks
600
3B69
#3B69A5
Hover statesFocus ringsPrimary buttons hover
700
2F54
#2F5483
Active/pressed statesDark mode accentsSecondary text
800
223C
#223C5E
Text on light backgroundsHeadingsStrong borders
900
1626
#16263C
Primary textHigh emphasis contentDark headings
950
0E18
#0E1825
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F7FB;
  --sky-blue-100: #E5ECF6;
  --sky-blue-200: #CEDCED;
  --sky-blue-300: #A9C1E0;
  --sky-blue-400: #7CA0D0;
  --sky-blue-500: #5685C2;
  --sky-blue-600: #3B69A5;
  --sky-blue-700: #2F5483;
  --sky-blue-800: #223C5E;
  --sky-blue-900: #16263C;
  --sky-blue-950: #0E1825;
}
Generate More ShadesCreate PaletteConvert Color