Sky Blue

#9CBCED

Blue

Color Codes

All color formats for development

HEX
#9CBCED
RGB
rgb(156, 188, 237)
HSL
hsl(216, 69%, 77%)
OKLCH
oklch(0.789 0.078 258.8)
CMYK
cmyk(34%, 21%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1EB
200
#C7D9
300
#9CBC
400
#6899
500
#3D7C
600
#2361
700
#1C4D
800
#1437
900
#0D23
950
#0816

Shades

Darker variations

1#7BA6E7
2#5A90E1
3#3879DB
4#2566C7
5#1E55A6
6#184485
7#123364
8#0C2242
9#061121

Tints

Lighter variations

1#A6C3EF
2#B0CAF0
3#BAD0F2
4#C4D7F4
5#CDDEF6
6#D7E4F8
7#E1EBFA
8#EBF2FB
9#F5F8FD

Tones

Muted variations

1#A0BDE9
2#A4BEE5
3#A8BFE1
4#ACBFDD
5#B0C0D9
6#B4C1D5
7#B8C2D0
8#BCC3CC
9#C0C4C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EB
#E1EBF9
Light backgroundsTable row hoverSkeleton loading
200
C7D9
#C7D9F5
Secondary backgroundsInput backgroundsDividers
300
9CBC
#9CBCED
BordersInactive statesPlaceholder text
400
6899
#6899E3
Disabled statesSecondary iconsMuted text
500
3D7C
#3D7CDB
Primary brand colorCTAsActive elementsLinks
600
2361
#2361BE
Hover statesFocus ringsPrimary buttons hover
700
1C4D
#1C4D97
Active/pressed statesDark mode accentsSecondary text
800
1437
#14376C
Text on light backgroundsHeadingsStrong borders
900
0D23
#0D2345
Primary textHigh emphasis contentDark headings
950
0816
#08162B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F6FD;
  --sky-blue-100: #E1EBF9;
  --sky-blue-200: #C7D9F5;
  --sky-blue-300: #9CBCED;
  --sky-blue-400: #6899E3;
  --sky-blue-500: #3D7CDB;
  --sky-blue-600: #2361BE;
  --sky-blue-700: #1C4D97;
  --sky-blue-800: #14376C;
  --sky-blue-900: #0D2345;
  --sky-blue-950: #08162B;
}
Generate More ShadesCreate PaletteConvert Color