Sky Blue

#9BD6EE

Blue

Color Codes

All color formats for development

HEX
#9BD6EE
RGB
rgb(155, 214, 238)
HSL
hsl(197, 71%, 77%)
OKLCH
oklch(0.844 0.069 225.1)
CMYK
cmyk(35%, 10%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E0F3
200
#C6E8
300
#9BD6
400
#66C1
500
#3BB0
600
#2193
700
#1A75
800
#1253
900
#0C35
950
#0721

Shades

Darker variations

1#79C9E8
2#58BBE3
3#36AEDD
4#229AC9
5#1C80A8
6#176786
7#114D65
8#0B3343
9#061A22

Tints

Lighter variations

1#A5DAF0
2#AFDFF1
3#B9E3F3
4#C3E7F5
5#CDEBF6
6#D7EFF8
7#E1F3FA
8#EBF7FC
9#F5FBFD

Tones

Muted variations

1#9FD5EA
2#A3D3E6
3#A7D1E1
4#ABCFDD
5#B0CDD9
6#B4CCD5
7#B8CAD1
8#BCC8CD
9#C0C6C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E0F3
#E0F3FA
Light backgroundsTable row hoverSkeleton loading
200
C6E8
#C6E8F5
Secondary backgroundsInput backgroundsDividers
300
9BD6
#9BD6EE
BordersInactive statesPlaceholder text
400
66C1
#66C1E5
Disabled statesSecondary iconsMuted text
500
3BB0
#3BB0DE
Primary brand colorCTAsActive elementsLinks
600
2193
#2193C0
Hover statesFocus ringsPrimary buttons hover
700
1A75
#1A7599
Active/pressed statesDark mode accentsSecondary text
800
1253
#12536D
Text on light backgroundsHeadingsStrong borders
900
0C35
#0C3546
Primary textHigh emphasis contentDark headings
950
0721
#07212C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FAFD;
  --sky-blue-100: #E0F3FA;
  --sky-blue-200: #C6E8F5;
  --sky-blue-300: #9BD6EE;
  --sky-blue-400: #66C1E5;
  --sky-blue-500: #3BB0DE;
  --sky-blue-600: #2193C0;
  --sky-blue-700: #1A7599;
  --sky-blue-800: #12536D;
  --sky-blue-900: #0C3546;
  --sky-blue-950: #07212C;
}
Generate More ShadesCreate PaletteConvert Color