Sky Blue

#9BD8ED

Blue

Color Codes

All color formats for development

HEX
#9BD8ED
RGB
rgb(155, 216, 237)
HSL
hsl(195, 69%, 77%)
OKLCH
oklch(0.848 0.068 221.3)
CMYK
cmyk(35%, 9%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E1F3
200
#C7E9
300
#9CD9
400
#68C5
500
#3DB4
600
#2397
700
#1C78
800
#1456
900
#0D37
950
#0822

Shades

Darker variations

1#7BCCE7
2#5ABFE1
3#38B2DB
4#259EC7
5#1E84A6
6#186A85
7#124F64
8#0C3542
9#061A21

Tints

Lighter variations

1#A6DCEF
2#B0E0F0
3#BAE4F2
4#C4E8F4
5#CDECF6
6#D7F0F8
7#E1F3FA
8#EBF7FB
9#F5FBFD

Tones

Muted variations

1#A0D7E9
2#A4D5E5
3#A8D3E1
4#ACD0DD
5#B0CED9
6#B4CCD5
7#B8CAD0
8#BCC8CC
9#C0C6C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F3
#E1F3F9
Light backgroundsTable row hoverSkeleton loading
200
C7E9
#C7E9F5
Secondary backgroundsInput backgroundsDividers
300
9CD9
#9CD9ED
BordersInactive statesPlaceholder text
400
68C5
#68C5E3
Disabled statesSecondary iconsMuted text
500
3DB4
#3DB4DB
Primary brand colorCTAsActive elementsLinks
600
2397
#2397BE
Hover statesFocus ringsPrimary buttons hover
700
1C78
#1C7897
Active/pressed statesDark mode accentsSecondary text
800
1456
#14566C
Text on light backgroundsHeadingsStrong borders
900
0D37
#0D3745
Primary textHigh emphasis contentDark headings
950
0822
#08222B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FAFD;
  --sky-blue-100: #E1F3F9;
  --sky-blue-200: #C7E9F5;
  --sky-blue-300: #9CD9ED;
  --sky-blue-400: #68C5E3;
  --sky-blue-500: #3DB4DB;
  --sky-blue-600: #2397BE;
  --sky-blue-700: #1C7897;
  --sky-blue-800: #14566C;
  --sky-blue-900: #0D3745;
  --sky-blue-950: #08222B;
}
Generate More ShadesCreate PaletteConvert Color