Sky Blue

#9DB9EC

Blue

Color Codes

All color formats for development

HEX
#9DB9EC
RGB
rgb(157, 185, 236)
HSL
hsl(219, 68%, 77%)
OKLCH
oklch(0.783 0.079 262.2)
CMYK
cmyk(33%, 22%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.98:1

AA AAA

On Black Background

10.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1EA
200
#C7D7
300
#9CB8
400
#6994
500
#3E75
600
#2459
700
#1D47
800
#1433
900
#0D20
950
#0814

Shades

Darker variations

1#7BA1E6
2#5A89E0
3#3A71D9
4#265EC6
5#1F4EA5
6#193F84
7#132F63
8#0D1F42
9#061021

Tints

Lighter variations

1#A6BFEE
2#B0C7F0
3#BACEF2
4#C4D5F4
5#CEDCF6
6#D8E3F7
7#E1EAF9
8#EBF1FB
9#F5F8FD

Tones

Muted variations

1#A0BAE8
2#A4BBE4
3#A8BCE0
4#ACBDDC
5#B0BED8
6#B4C0D4
7#B8C1D0
8#BCC2CC
9#C0C3C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EA
#E1EAF9
Light backgroundsTable row hoverSkeleton loading
200
C7D7
#C7D7F4
Secondary backgroundsInput backgroundsDividers
300
9CB8
#9CB8EC
BordersInactive statesPlaceholder text
400
6994
#6994E2
Disabled statesSecondary iconsMuted text
500
3E75
#3E75DA
Primary brand colorCTAsActive elementsLinks
600
2459
#2459BC
Hover statesFocus ringsPrimary buttons hover
700
1D47
#1D4796
Active/pressed statesDark mode accentsSecondary text
800
1433
#14336B
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: #E1EAF9;
  --sky-blue-200: #C7D7F4;
  --sky-blue-300: #9CB8EC;
  --sky-blue-400: #6994E2;
  --sky-blue-500: #3E75DA;
  --sky-blue-600: #2459BC;
  --sky-blue-700: #1D4796;
  --sky-blue-800: #14336B;
  --sky-blue-900: #0D2045;
  --sky-blue-950: #08142B;
}
Generate More ShadesCreate PaletteConvert Color