Sky Blue

#9CD7ED

Blue

Color Codes

All color formats for development

HEX
#9CD7ED
RGB
rgb(156, 215, 237)
HSL
hsl(196, 69%, 77%)
OKLCH
oklch(0.846 0.068 223.1)
CMYK
cmyk(34%, 9%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.57:1

AA AAA

On Black Background

13.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E1F3
200
#C7E9
300
#9CD7
400
#68C2
500
#3DB1
600
#2394
700
#1C76
800
#1454
900
#0D36
950
#0822

Shades

Darker variations

1#7BCAE7
2#5ABDE1
3#38AFDB
4#259CC7
5#1E82A6
6#186885
7#124E64
8#0C3442
9#061A21

Tints

Lighter variations

1#A6DBEF
2#B0DFF0
3#BAE3F2
4#C4E7F4
5#CDEBF6
6#D7EFF8
7#E1F3FA
8#EBF7FB
9#F5FBFD

Tones

Muted variations

1#A0D5E9
2#A4D3E5
3#A8D2E1
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
9CD7
#9CD7ED
BordersInactive statesPlaceholder text
400
68C2
#68C2E3
Disabled statesSecondary iconsMuted text
500
3DB1
#3DB1DB
Primary brand colorCTAsActive elementsLinks
600
2394
#2394BE
Hover statesFocus ringsPrimary buttons hover
700
1C76
#1C7697
Active/pressed statesDark mode accentsSecondary text
800
1454
#14546C
Text on light backgroundsHeadingsStrong borders
900
0D36
#0D3645
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: #9CD7ED;
  --sky-blue-400: #68C2E3;
  --sky-blue-500: #3DB1DB;
  --sky-blue-600: #2394BE;
  --sky-blue-700: #1C7697;
  --sky-blue-800: #14546C;
  --sky-blue-900: #0D3645;
  --sky-blue-950: #08222B;
}
Generate More ShadesCreate PaletteConvert Color