Sky Blue

#7A9CD1

Blue

Color Codes

All color formats for development

HEX
#7A9CD1
RGB
rgb(122, 156, 209)
HSL
hsl(217, 49%, 65%)
OKLCH
oklch(0.688 0.087 259.1)
CMYK
cmyk(42%, 25%, 0%, 18%)

Accessibility

WCAG contrast compliance

On White Background

2.80:1

AA AAA

On Black Background

7.50:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E4EB
200
#CEDA
300
#A8BE
400
#7A9C
500
#547F
600
#3963
700
#2E4F
800
#2138
900
#1524
950
#0D17

Shades

Darker variations

1#6189C9
2#4977C1
3#3B67AD
4#335894
5#2A497B
6#223B63
7#192C4A
8#111D31
9#080F19

Tints

Lighter variations

1#87A5D6
2#95AFDB
3#A2B9DF
4#AFC3E4
5#BDCDE8
6#CAD7ED
7#D7E1F1
8#E4EBF6
9#F2F5FA

Tones

Muted variations

1#7E9DCD
2#839EC9
3#879FC4
4#8CA0C0
5#90A1BC
6#94A2B7
7#99A3B3
8#9DA4AE
9#A1A5AA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EB
#E4EBF6
Light backgroundsTable row hoverSkeleton loading
200
CEDA
#CEDAEE
Secondary backgroundsInput backgroundsDividers
300
A8BE
#A8BEE1
BordersInactive statesPlaceholder text
400
7A9C
#7A9CD1
Disabled statesSecondary iconsMuted text
500
547F
#547FC4
Primary brand colorCTAsActive elementsLinks
600
3963
#3963A7
Hover statesFocus ringsPrimary buttons hover
700
2E4F
#2E4F85
Active/pressed statesDark mode accentsSecondary text
800
2138
#21385F
Text on light backgroundsHeadingsStrong borders
900
1524
#15243D
Primary textHigh emphasis contentDark headings
950
0D17
#0D1726
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F4F6FB;
  --sky-blue-100: #E4EBF6;
  --sky-blue-200: #CEDAEE;
  --sky-blue-300: #A8BEE1;
  --sky-blue-400: #7A9CD1;
  --sky-blue-500: #547FC4;
  --sky-blue-600: #3963A7;
  --sky-blue-700: #2E4F85;
  --sky-blue-800: #21385F;
  --sky-blue-900: #15243D;
  --sky-blue-950: #0D1726;
}
Generate More ShadesCreate PaletteConvert Color