Sky Blue

#9CB7EC

Blue

Color Codes

All color formats for development

HEX
#9CB7EC
RGB
rgb(156, 183, 236)
HSL
hsl(220, 68%, 77%)
OKLCH
oklch(0.778 0.082 263.6)
CMYK
cmyk(34%, 22%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.02:1

AA AAA

On Black Background

10.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1E9
200
#C7D6
300
#9CB7
400
#6992
500
#3E72
600
#2457
700
#1D45
800
#1431
900
#0D20
950
#0814

Shades

Darker variations

1#7B9FE6
2#5A87E0
3#3A6FD9
4#265BC6
5#1F4CA5
6#193D84
7#132E63
8#0D1E42
9#060F21

Tints

Lighter variations

1#A6BEEE
2#B0C5F0
3#BACDF2
4#C4D4F4
5#CEDBF6
6#D8E2F7
7#E1E9F9
8#EBF1FB
9#F5F8FD

Tones

Muted variations

1#A0B8E8
2#A4BAE4
3#A8BBE0
4#ACBCDC
5#B0BED8
6#B4BFD4
7#B8C0D0
8#BCC2CC
9#C0C3C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E9
#E1E9F9
Light backgroundsTable row hoverSkeleton loading
200
C7D6
#C7D6F4
Secondary backgroundsInput backgroundsDividers
300
9CB7
#9CB7EC
BordersInactive statesPlaceholder text
400
6992
#6992E2
Disabled statesSecondary iconsMuted text
500
3E72
#3E72DA
Primary brand colorCTAsActive elementsLinks
600
2457
#2457BC
Hover statesFocus ringsPrimary buttons hover
700
1D45
#1D4596
Active/pressed statesDark mode accentsSecondary text
800
1431
#14316B
Text on light backgroundsHeadingsStrong borders
900
0D20
#0D2045
Primary textHigh emphasis contentDark headings
950
0814
#08142B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F6FD;
  --sky-blue-100: #E1E9F9;
  --sky-blue-200: #C7D6F4;
  --sky-blue-300: #9CB7EC;
  --sky-blue-400: #6992E2;
  --sky-blue-500: #3E72DA;
  --sky-blue-600: #2457BC;
  --sky-blue-700: #1D4596;
  --sky-blue-800: #14316B;
  --sky-blue-900: #0D2045;
  --sky-blue-950: #08142B;
}
Generate More ShadesCreate PaletteConvert Color