Sky Blue

#9CB3ED

Blue

Color Codes

All color formats for development

HEX
#9CB3ED
RGB
rgb(156, 179, 237)
HSL
hsl(223, 69%, 77%)
OKLCH
oklch(0.771 0.087 267.6)
CMYK
cmyk(34%, 24%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.08:1

AA AAA

On Black Background

10.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E1E8
200
#C7D4
300
#9CB3
400
#688B
500
#3D6A
600
#234F
700
#1C3F
800
#142D
900
#0D1D
950
#0812

Shades

Darker variations

1#7B99E7
2#5A80E1
3#3866DB
4#2553C7
5#1E45A6
6#183785
7#122964
8#0C1C42
9#060E21

Tints

Lighter variations

1#A6BAEF
2#B0C2F0
3#BACAF2
4#C4D1F4
5#CDD9F6
6#D7E1F8
7#E1E8FA
8#EBF0FB
9#F5F7FD

Tones

Muted variations

1#A0B5E9
2#A4B6E5
3#A8B8E1
4#ACBADD
5#B0BCD9
6#B4BDD5
7#B8BFD0
8#BCC1CC
9#C0C3C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E8
#E1E8F9
Light backgroundsTable row hoverSkeleton loading
200
C7D4
#C7D4F5
Secondary backgroundsInput backgroundsDividers
300
9CB3
#9CB3ED
BordersInactive statesPlaceholder text
400
688B
#688BE3
Disabled statesSecondary iconsMuted text
500
3D6A
#3D6ADB
Primary brand colorCTAsActive elementsLinks
600
234F
#234FBE
Hover statesFocus ringsPrimary buttons hover
700
1C3F
#1C3F97
Active/pressed statesDark mode accentsSecondary text
800
142D
#142D6C
Text on light backgroundsHeadingsStrong borders
900
0D1D
#0D1D45
Primary textHigh emphasis contentDark headings
950
0812
#08122B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F5FD;
  --sky-blue-100: #E1E8F9;
  --sky-blue-200: #C7D4F5;
  --sky-blue-300: #9CB3ED;
  --sky-blue-400: #688BE3;
  --sky-blue-500: #3D6ADB;
  --sky-blue-600: #234FBE;
  --sky-blue-700: #1C3F97;
  --sky-blue-800: #142D6C;
  --sky-blue-900: #0D1D45;
  --sky-blue-950: #08122B;
}
Generate More ShadesCreate PaletteConvert Color