Sky Blue

#9FB8E9

Blue

Color Codes

All color formats for development

HEX
#9FB8E9
RGB
rgb(159, 184, 233)
HSL
hsl(220, 63%, 77%)
OKLCH
oklch(0.781 0.076 263.6)
CMYK
cmyk(32%, 21%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

2.00:1

AA AAA

On Black Background

10.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E2E9
200
#C9D7
300
#9FB8
400
#6E93
500
#4474
600
#2A59
700
#2147
800
#1832
900
#0F20
950
#0914

Shades

Darker variations

1#7FA0E2
2#5F89DB
3#3F71D4
4#2C5DC0
5#244EA0
6#1D3E80
7#162F60
8#0F1F40
9#071020

Tints

Lighter variations

1#A9BFEB
2#B3C6EE
3#BCCDF0
4#C6D4F2
5#CFDCF4
6#D9E3F6
7#E2EAF8
8#ECF1FB
9#F5F8FD

Tones

Muted variations

1#A3B9E6
2#A7BAE2
3#AABCDE
4#AEBDDB
5#B2BED7
6#B6BFD3
7#B9C1CF
8#BDC2CC
9#C1C3C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E9
#E2E9F8
Light backgroundsTable row hoverSkeleton loading
200
C9D7
#C9D7F3
Secondary backgroundsInput backgroundsDividers
300
9FB8
#9FB8E9
BordersInactive statesPlaceholder text
400
6E93
#6E93DE
Disabled statesSecondary iconsMuted text
500
4474
#4474D5
Primary brand colorCTAsActive elementsLinks
600
2A59
#2A59B7
Hover statesFocus ringsPrimary buttons hover
700
2147
#214791
Active/pressed statesDark mode accentsSecondary text
800
1832
#183268
Text on light backgroundsHeadingsStrong borders
900
0F20
#0F2043
Primary textHigh emphasis contentDark headings
950
0914
#09142A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F6FC;
  --sky-blue-100: #E2E9F8;
  --sky-blue-200: #C9D7F3;
  --sky-blue-300: #9FB8E9;
  --sky-blue-400: #6E93DE;
  --sky-blue-500: #4474D5;
  --sky-blue-600: #2A59B7;
  --sky-blue-700: #214791;
  --sky-blue-800: #183268;
  --sky-blue-900: #0F2043;
  --sky-blue-950: #09142A;
}
Generate More ShadesCreate PaletteConvert Color