Sky Blue

#9CB0ED

Blue

Color Codes

All color formats for development

HEX
#9CB0ED
RGB
rgb(156, 176, 237)
HSL
hsl(225, 69%, 77%)
OKLCH
oklch(0.764 0.091 270.2)
CMYK
cmyk(34%, 26%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

2.13:1

AA AAA

On Black Background

9.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E1E7
200
#C7D2
300
#9CB0
400
#6887
500
#3D65
600
#2349
700
#1C3A
800
#142A
900
#0D1B
950
#0811

Shades

Darker variations

1#7B96E7
2#5A7BE1
3#3861DB
4#254DC7
5#1E40A6
6#183385
7#122764
8#0C1A42
9#060D21

Tints

Lighter variations

1#A6B8EF
2#B0C0F0
3#BAC8F2
4#C4D0F4
5#CDD8F6
6#D7DFF8
7#E1E7FA
8#EBEFFB
9#F5F7FD

Tones

Muted variations

1#A0B2E9
2#A4B4E5
3#A8B6E1
4#ACB8DD
5#B0BAD9
6#B4BCD5
7#B8BED0
8#BCC0CC
9#C0C2C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E7
#E1E7F9
Light backgroundsTable row hoverSkeleton loading
200
C7D2
#C7D2F5
Secondary backgroundsInput backgroundsDividers
300
9CB0
#9CB0ED
BordersInactive statesPlaceholder text
400
6887
#6887E3
Disabled statesSecondary iconsMuted text
500
3D65
#3D65DB
Primary brand colorCTAsActive elementsLinks
600
2349
#2349BE
Hover statesFocus ringsPrimary buttons hover
700
1C3A
#1C3A97
Active/pressed statesDark mode accentsSecondary text
800
142A
#142A6C
Text on light backgroundsHeadingsStrong borders
900
0D1B
#0D1B45
Primary textHigh emphasis contentDark headings
950
0811
#08112B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F5FD;
  --sky-blue-100: #E1E7F9;
  --sky-blue-200: #C7D2F5;
  --sky-blue-300: #9CB0ED;
  --sky-blue-400: #6887E3;
  --sky-blue-500: #3D65DB;
  --sky-blue-600: #2349BE;
  --sky-blue-700: #1C3A97;
  --sky-blue-800: #142A6C;
  --sky-blue-900: #0D1B45;
  --sky-blue-950: #08112B;
}
Generate More ShadesCreate PaletteConvert Color